Concept
Cache Coherency 0
Cache coherency ensures that multiple cache stores in a shared memory system reflect the latest data consistently to all processors. It prevents potential data inconsistencies, which can arise due to simultaneous data modifications by different processors, by implementing coherence protocols such as MESI and MOESI.
Relevant Degrees