BloombergLP::bdlcc::CacheEvictionPolicy::Enum

Enumeration of supported cache eviction policies.

Synopsis

Declared in <bdlcc_cache.h>

enum Enum;

Members

NameDescription
e_LRU Evict the least recently used entry when capacity is exceeded.
e_FIFO Evict the oldest inserted entry when capacity is exceeded.