From https://developers.cloudflare.com/workers/reference/how-the-cache-works/#cache-api: > The Cache

From https://developers.cloudflare.com/workers/reference/how-the-cache-works/#cache-api:
The Cache API can be thought of as an ephemeral key-value store, whereby the Request object (or more specifically, the request URL) is the key, and the Response is the value.
Cloudflare Docs
How Workers interacts with the Cloudflare cache.
How the Cache works · Cloudflare Workers docs
Was this page helpful?