J
jeremy
Video
Cache Invalidation Strategies for Keeping a Cache Consistent with the Database
Introducing a cache creates a second copy of data alongside the authoritative store, so any write to the source of truth can leave the cached copy stale; cache invalidation is the discipline of decid…