Cachemere
Modular Caching Library for C++
cachemere::policy::EvictionLRU< Key, KeyHash, Value > Member List

This is the complete list of members for cachemere::policy::EvictionLRU< Key, KeyHash, Value >, including all inherited members.

CacheItem typedef (defined in cachemere::policy::EvictionLRU< Key, KeyHash, Value >)cachemere::policy::EvictionLRU< Key, KeyHash, Value >
clear()cachemere::policy::EvictionLRU< Key, KeyHash, Value >
on_cache_hit(const Key &key, const CacheItem &item)cachemere::policy::EvictionLRU< Key, KeyHash, Value >
on_evict(const Key &key, const CacheItem &item)cachemere::policy::EvictionLRU< Key, KeyHash, Value >
on_insert(const Key &key, const CacheItem &item)cachemere::policy::EvictionLRU< Key, KeyHash, Value >
on_update(const Key &key, const CacheItem &old_item, const CacheItem &new_item)cachemere::policy::EvictionLRU< Key, KeyHash, Value >
victim_begin() constcachemere::policy::EvictionLRU< Key, KeyHash, Value >
victim_end() constcachemere::policy::EvictionLRU< Key, KeyHash, Value >