Caches 0.1.0
LRU/LFU/FIFO Caches library
Loading...
Searching...
No Matches
Classes
cache_policy.hpp File Reference

Cache policy interface declaration. More...

#include <unordered_set>
Include dependency graph for cache_policy.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Cache policy interface declaration.