Cache replacement policies

Cache replacement policies choose which stored item to evict when a cache must make room for new data. They trade hit rate, computational cost, and implementation complexity.

Connect