common: add cache management functions

This commit is contained in:
Liam
2022-11-12 11:26:56 -05:00
parent c973029374
commit 70ea1c2000
3 changed files with 89 additions and 0 deletions

View File

@ -34,6 +34,8 @@ add_library(common STATIC
bit_util.h
cityhash.cpp
cityhash.h
cache_management.cpp
cache_management.h
common_funcs.h
common_types.h
concepts.h