Write Allocate on Miss
- On a write miss, we can write into the
cache (write allocate) or bypass it and go directly to main memory (write
no-allocate)
- Write allocate is usually associated
with write-back caches
- Write no-allocate corresponds to write-through