Caches 0.1.0
LRU/LFU/FIFO Caches library
|
LFU cache policy implementation. More...
#include "cache_policy.hpp"
#include <cstddef>
#include <iostream>
#include <map>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | caches::LFUCachePolicy< Key > |
LFU (Least frequently used) cache policy. More... | |
LFU cache policy implementation.