Add: A simple, templated cache map that uses a least recently used eviction strategy.

This commit is contained in:
Michael Lutz
2021-01-16 16:43:34 +01:00
parent 3e49aff35c
commit 1e1a9f3999
2 changed files with 117 additions and 0 deletions

View File

@@ -10,5 +10,6 @@ add_files(
getoptdata.cpp
getoptdata.h
hashtable.hpp
lrucache.hpp
str.hpp
)