Cachemere
Modular Caching Library for C++
|
This is the complete list of members for cachemere::policy::InsertionTinyLFU< Key, KeyHash, Value >, including all inherited members.
CacheItem typedef (defined in cachemere::policy::InsertionTinyLFU< Key, KeyHash, Value >) | cachemere::policy::InsertionTinyLFU< Key, KeyHash, Value > | |
clear() | cachemere::policy::InsertionTinyLFU< Key, KeyHash, Value > | |
on_cache_hit(const Key &key, const CacheItem &item) | cachemere::policy::InsertionTinyLFU< Key, KeyHash, Value > | |
on_cache_miss(const KeyType &key) | cachemere::policy::InsertionTinyLFU< Key, KeyHash, Value > | |
set_cardinality(uint32_t cardinality) | cachemere::policy::InsertionTinyLFU< Key, KeyHash, Value > | |
should_add(const Key &key) | cachemere::policy::InsertionTinyLFU< Key, KeyHash, Value > | |
should_replace(const Key &victim, const Key &candidate) | cachemere::policy::InsertionTinyLFU< Key, KeyHash, Value > |