Skip to content

Commit 5b3382e

Browse files
authored
[Workers]Update cache.mdx
For a better understanding of our implementation, let's point it to our example on using the Cache API.
1 parent c4a3324 commit 5b3382e

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/runtime-apis

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/cache.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ let response = await myCache.match(request);
6464

6565
## Headers
6666

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()`:
6868

6969
* `Cache-Control`
7070
* 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

Comments
 (0)