recall

← recall

cache eviction policy term

rule for which entry to remove when cache is full

LRU (least recently used), LFU (least frequently), ARC, 2Q, W-TinyLFU. Choice depends on access pattern. Caffeine library uses W-TinyLFU as a strong default.

topics: caching, internals

references: