summaryrefslogtreecommitdiffstats
path: root/src/common/cache_management.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common/cache_management: Amend header includesLioncash2022-11-281-1/+1
| | | | | | Narrows the include in the header to <cstddef>, since that's what houses size_t's definition, meanwhile the <cstdint> include can be moved into the cpp file.
* common: add cache management functionsLiam2022-11-121-0/+27