What is the main benefit of using a 'write-through' cache policy?
Q1. What is the main benefit of using a 'write-through' cache policy?
Answer: Simplified cache coherence
Explanation: Write-through cache policy ensures that data is written to both the cache and main memory, simplifying cache coherence and reducing the risk of data inconsistency.