Skip to content

Commit 39d851f

Browse files
committed
fixup! fixup! feat: Add docs for cache: no-cache support release
1 parent 23526c2 commit 39d851f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/content/changelog/workers/2025-08-07-cache-no-cache.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ date: 2024-08-07
88

99
import { Render, PackageManagers, TypeScriptExample } from "~/components"
1010

11-
You can now use the [`cache`](/workers/runtime-apis/request/#options) property of the [`Request`](/workers/runtime-apis/request/) interface to bypass [Cloudflare's cache](/workers/reference/how-the-cache-works/) when making subrequests from [Cloudflare Workers](/workers), by setting its value to `no-store`.
12-
1311
You can now use the [`cache`](/workers/runtime-apis/request/#options) property of the
1412
[`Request`](/workers/runtime-apis/request/) to force [Cloudflare's
1513
cache](/workers/reference/how-the-cache-works/) to revalidate the cache with the origin when making

0 commit comments

Comments
 (0)