Cache

A cache is a fast temporary store for frequently needed data. It reduces latency and load on the original system. Examples: CPU cache, browser cache, DNS cache, reverse proxy cache. Caches must be invalidated when data changes.