Tech moves fast! Stay ahead of the curve with Techopedia!
Join nearly 200,000 subscribers who receive actionable tech insights from Techopedia.
Write-back cache is a caching technique common in most processor architectures since Intel 80486. When required, it copies data to higher level caches, backing store or memory.
Write-back cache is also known as write-behind cache and copy-back cache.
Write-back cache is designed to improve or reduce write operations from and to a cache and its data source (RAM, in most cases). It enables control of the time and the frequency at which data is written or copied into the source backing store.
In a write-back operation, any new, requested processor data is written to the cache, but not in the memory. The memory write process is only performed when the cache data needs to be edited or purged for new content.
Write-back cache works in contrast to write-through cache, which simultaneously writes on cache and memory.
Join nearly 200,000 subscribers who receive actionable tech insights from Techopedia.