Cache coherence

Cache coherence is the set of rules and protocols that keep cached copies of the same memory location consistent across processors. It ensures that processors observe writes to shared data in a coherent order.

Connect