The four write patterns, made visual. Run a read and a write under cache-aside, write-through, write-around and write-back, and watch the data path light up — then weigh write latency, read freshness and the failure risk (write-back loses data if the cache dies; write-around serves a stale first read).