- A hybrid caching pattern that combines local and distributed caching by maintaining a client-side cache that fronts a remote distributed cache or data store. When data is fetched from the remote cache, it is stored locally on the client, so subsequent requests for the same data can be served from local memory without network calls, significantly reducing latency and network traffic.
- Related terms: Cache, Cache partitioning, Cache eviction, Cache busting
- Previous term: NDA
- Next term: Near-field communication
- Random term: Resource Directory Description Language (webglossary.info/random 🎲)