Caching

4 cards

1 / 400

When yes

Read-heavy workloads, data changes infrequently, tolerance for eventual consistency

When no

Data changes frequently and strict consistency is required

Interview tip

This is the default pattern — if not specified otherwise, use Cache-Aside

Alt:Write-ThroughWrite-BehindRead-Through