Definition
Cache Replacement Policy
A cache replacement policy is a memory replacement policy for a cache. It determines which block is removed when a new block must be placed and no free block is available in the target location.
In a set-associative cache, this usually means choosing which block to evict from the relevant cache set.
The replacement policy therefore influences how many cache misses occur.