Say processor 1 reads data Awith value 5 from main memory
into its local cache. Similarly, processor 2 reads data Ainto its local cache
as well. Processor 1 then updates A to 10. However, since A resides in
processor 1’s local cache, the update only occurs there and not in the
local cache for processor 2.