Skip to content
Medium Apply Caching Multiple Choice

What is the write-around caching pattern and when would you use it?

Apply — Tests ability to use knowledge in practical scenarios.

Answer Options

A Write to DB, skip cache; cache populated only on reads
B Write to cache only, sync to DB asynchronously
C Write to both cache and DB simultaneously
D Write to multiple cache replicas before DB

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 20+ more Caching questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the Caching topic (System Design).

More Caching Questions