Lukas' Notes

Cache Replacement Policy

May 01, 20261 min read

computer-architecture memory

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.


Graph View

Backlinks

  • 191.003 Computer Systems

Created with Quartz v4.4.0 © 2026

  • GitHub