Skip to content

SYSTEM Cited by 1 source

Cloudflare Cache

Cloudflare Cache is the HTTP cache layer embedded in every Cloudflare POP (point-of-presence) that sits between client requests and customer origins. It is the primary substrate on which Cloudflare delivers its CDN, DDoS, and compression value, and the cache layer where dictionary-variant storage lives for Cloudflare Shared Dictionaries.

Minimal stub page — deeper treatment pending a dedicated post on the cache's internals.

Cache-key mechanics (scope: shared-dictionaries launch)

For systems/cloudflare-shared-dictionaries Phase 1 passthrough, the cache key is extended to vary on both:

  • Accept-Encoding — whether the client supports gzip / br / zstd / dcb (delta-Brotli) / dcz (delta-Zstandard).
  • Available-Dictionary — which dictionary hash (if any) the client has cached.

Consequence: mid-deploy, the edge can hold multiple cache variants of the same URL — gzip, Brotli, Zstd, dcz-against-v1, dcz-against-v2, raw — each served to the client whose cached dictionary + Accept-Encoding match. Storage pressure grows with the dictionary-variant cardinality; named cache-variant explosion.

See also

Seen in

Last updated · 200 distilled / 1,178 read