Enumeration of supported cache eviction policies.
Synopsis
Declared in <bdlcc_cache.h>
enum Enum;
Members
Name |
Description |
|
Evict the least recently used entry when capacity is exceeded. |
|
Evict the oldest inserted entry when capacity is exceeded. |
Created with MrDocs