write-back cache
A cache where writes are not immediately propagated to main memory, but deferred until the cache line is evicted. Used in computer architecture.
Write-back caches are used to improve write performance.
This CPU employs a write-back cache.