Caches 0.1.0
LRU/LFU/FIFO Caches library
Loading...
Searching...
No Matches
caches::ICachePolicy< Key > Member List

This is the complete list of members for caches::ICachePolicy< Key >, including all inherited members.

Erase(const Key &key)=0caches::ICachePolicy< Key >pure virtual
Insert(const Key &key)=0caches::ICachePolicy< Key >pure virtual
ReplCandidate() const =0caches::ICachePolicy< Key >pure virtual
Touch(const Key &key)=0caches::ICachePolicy< Key >pure virtual
~ICachePolicy()=default (defined in caches::ICachePolicy< Key >)caches::ICachePolicy< Key >virtual