Write-back cache
Tag: write-back
Aliases: write back, writeback
A cache that updates main memory only when a dirty line is evicted, using a dirty bit per line. Lower bandwidth than write-through, more complex coherence.
Tag: write-back
Aliases: write back, writeback
A cache that updates main memory only when a dirty line is evicted, using a dirty bit per line. Lower bandwidth than write-through, more complex coherence.