Caches 0.1.0
LRU/LFU/FIFO Caches library
|
This is the complete list of members for caches::ICachePolicy< Key >, including all inherited members.
Erase(const Key &key)=0 | caches::ICachePolicy< Key > | pure virtual |
Insert(const Key &key)=0 | caches::ICachePolicy< Key > | pure virtual |
ReplCandidate() const =0 | caches::ICachePolicy< Key > | pure virtual |
Touch(const Key &key)=0 | caches::ICachePolicy< Key > | pure virtual |
~ICachePolicy()=default (defined in caches::ICachePolicy< Key >) | caches::ICachePolicy< Key > | virtual |