Cache coherency implies to the consistency of data which is stored in local caches of a shared resource. This shared resource is also possibly stored in local caches of other processors.
Cache is used as a temporary storage for frequently used data from memory. Cache coherence is a special case …