Cache eviction strategy

a.k.a. cache eviction policy, cache replacement policy

A strategy for caching implementations that determines when values should be removed from a cache.

External Resources