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() const | cachemere::policy::ConstraintCount< Key, KeyHash, Value > | |
is_satisfied() | cachemere::policy::ConstraintCount< Key, KeyHash, Value > | |
maximum_count() const | cachemere::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 > | |