Cachemere
Modular Caching Library for C++
|
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() const | cachemere::policy::EvictionLRU< Key, KeyHash, Value > | |
victim_end() const | cachemere::policy::EvictionLRU< Key, KeyHash, Value > |