Skip to main content

derived storage

Cache

Cache

Also known as · caching · cache hit · cache miss

Definition

A way to store a reusable copy of a result to reduce latency and source load. A cache hit proves speed, not freshness, authorization, or consistency.

Searchable examples

  • Cache-Control: max-age=300
  • cache hit / miss

Short example

Cache-Control: public, max-age=300, stale-while-revalidate=3600

Record which cache tag a mutation invalidates at the public boundary.

Compare with

Terms that compare with this term

Related notes

Related courses