Skip to content
EECS 4340 Final Review

Cache associativity

Tag: cache-associativity

Aliases: set associativity, associativity

The number of ways in each cache set: how many different blocks may map to the same set. Direct-mapped = 1, fully associative = N.

Lecture references

Exam references