You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/runtime-apis/cache.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ let response = await myCache.match(request);
64
64
65
65
## Headers
66
66
67
-
Our implementation of the Cache API respects the following HTTP headers on the response passed to `put()`:
67
+
Our implementation of the [Cache API](/workers/examples/cache-api/) respects the following HTTP headers on the response passed to `put()`:
68
68
69
69
*`Cache-Control`
70
70
* Controls caching directives. This is consistent with [Cloudflare Cache-Control Directives](/cache/concepts/cache-control#cache-control-directives). Refer to [Edge TTL](/cache/how-to/configure-cache-status-code#edge-ttl) for a list of HTTP response codes and their TTL when `Cache-Control` directives are not present.
0 commit comments