field Registered
Verified 2026-09-18 · registry updated 2026-08-28

Cache-Control

Controls caching behavior in browsers and shared caches.

Use explicit directives such as max-age, no-cache, no-store, private, and public according to the sensitivity and freshness requirements of each response. Each directive has its own entry in this library.

httpcacheheader

Reference (http)

Cache-Control: public, max-age=3600
Cache-Control: no-store

Use explicit directives such as max-age, no-cache, no-store, private, and public according to the sensitivity and freshness requirements of each response. Each directive has its own entry in this library.

Common mistakes

  • Using no-cache when the requirement is no-store; no-cache permits storage but requires revalidation.

IANA registry: http-fields/field-names

Registry reference: RFC 9111, Section 5.2: HTTP Caching

Permalink: https://merginit.com/reference/http/cache-control