Caches 0.1.0
LRU/LFU/FIFO Caches library
|
Cache policy interface declaration. More...
#include <unordered_set>
Go to the source code of this file.
Classes | |
class | caches::ICachePolicy< Key > |
Cache policy abstract base class. More... | |
class | caches::NoCachePolicy< Key > |
Basic no caching policy class. More... | |
Cache policy interface declaration.