A
cache in which writes can be committed to
stable storage as a block, possibly reordered or consolidated to improve write performance (these techniques bring great performance gains when writing from
RAM cache to a
hard disk).
Trades consistency for performance.
Write-through caches do the reverse.