Small C++11 implementations of FIFO, LRU, LFU, and Q2 cache replacement policies.
cmake -S . -B build
cmake --build build./build/Example
./build/GeneratorExample exercises the cache manager and policies. Generator produces MD5 values used by the examples.