>

Clicked Gallery

What is a cache?

Highlighted from a real engineering doc. Explained by Clicked.

Used in a sentence

Engineering Notes · AI Systems

The app felt sluggish on first launch, but once the cache warmed up, every screen loaded instantly.

The reader highlighted one word in the docs. Clicked explained the technical term “cache” in simple terms:

Explained in three depths

Same facts, different vibe — Slang mode 😎

Formal definition — The same term, explained the usual way

A cache is a hardware or software component that transparently stores copies of data so that subsequent requests for that data are served faster than by recomputing or refetching from the underlying source. Requests satisfied from the cache are hits; the remainder are misses and are forwarded to the backing store, typically populating the cache on return. Because capacity is limited, entries are evicted under a replacement policy such as least recently used, and consistency with the source is managed through invalidation and expiry (TTL). Caching appears at many levels, including CPU caches, operating system page caches, browser caches, and content delivery networks.

Want Clicked to explain terms like “cache” directly in your browser — including on PDFs?

Add to Chrome — Free

50 free Explanations · No credit card required