Enumeration of supported cache eviction policies.

Synopsis

Declared in <bdlcc_cache.h>

enum Enum;

Members

Name

Description

e_LRU

Evict the least recently used entry when capacity is exceeded.

e_FIFO

Evict the oldest inserted entry when capacity is exceeded.

Created with MrDocs