Concepts
Algos
Concept
Computer Science
Caching
Cache eviction strategy
Mentioned by:
Memoization
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
Cache replacement policies - Wikipedia