summaryrefslogtreecommitdiffstats
path: root/src/common/cache_management.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-28common/cache_management: Amend header includesLioncash1-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.
2022-11-12common: add cache management functionsLiam1-0/+27