What is cache coherency and how is it eliminated?
Answers
Answered by
7
Cache coherence refers to the concept of shared
resource data being stored in various local caches uniformly at the same time.
This problem can be solved either through software or hardware, with the
software option being tougher. There are two ways cache coherence can be
eliminated using the hardware approach – directory based and snooping.
Similar questions