Skip to content
EECS 4340 Final Review

Cache inclusion property

Tag: cache-inclusion

Aliases: inclusion, inclusive cache

An invariant maintained between cache levels stating that the lower (closer) cache's contents are a subset of the higher (farther) cache's contents. Simplifies external coherence (snoops only check the larger cache) but requires back-invalidation on far-level evictions.

Lecture references