Caches 0.1.0
LRU/LFU/FIFO Caches library
|
Files | |
file | cache.hpp [code] |
Generic cache implementation. | |
file | cache_policy.hpp [code] |
Cache policy interface declaration. | |
file | fifo_cache_policy.hpp [code] |
FIFO cache policy implementation. | |
file | lfu_cache_policy.hpp [code] |
LFU cache policy implementation. | |
file | lru_cache_policy.hpp [code] |
LRU cache implementation. | |