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

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

can_add(const Key &key, const CacheItem &item)cachemere::policy::ConstraintCount< Key, KeyHash, Value >
can_replace(const Key &key, const CacheItem &old_item, const CacheItem &new_item)cachemere::policy::ConstraintCount< Key, KeyHash, Value >
clear()cachemere::policy::ConstraintCount< Key, KeyHash, Value >
ConstraintCount(size_t maximum_count) (defined in cachemere::policy::ConstraintCount< Key, KeyHash, Value >)cachemere::policy::ConstraintCount< Key, KeyHash, Value >explicit
count() constcachemere::policy::ConstraintCount< Key, KeyHash, Value >
is_satisfied()cachemere::policy::ConstraintCount< Key, KeyHash, Value >
maximum_count() constcachemere::policy::ConstraintCount< Key, KeyHash, Value >
on_evict(const Key &key, const CacheItem &item)cachemere::policy::ConstraintCount< Key, KeyHash, Value >
on_insert(const Key &key, const CacheItem &item)cachemere::policy::ConstraintCount< Key, KeyHash, Value >
update(size_t maximum_count)cachemere::policy::ConstraintCount< Key, KeyHash, Value >