Write-Through
← Back to Caching Strategies
Write to cache and database simultaneously. Ensures cache is always consistent with the database. Higher write latency but no stale reads.
← Back to Caching Strategies
Write to cache and database simultaneously. Ensures cache is always consistent with the database. Higher write latency but no stale reads.