System Overview - Why caching reduces latency
This system shows how caching helps reduce the time it takes to get data. When a user asks for information, the system first checks a fast storage called cache. If the data is there, it returns quickly. If not, it gets the data from the slower database and saves it in the cache for next time.