Skip to content

Commit dae34d3

Browse files
authored
[cloudflare] Update caching docs (#98)
1 parent 504408b commit dae34d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pages/cloudflare/caching.mdx

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ import { Callout } from "nextra/components";
55

66
`@opennextjs/cloudflare` supports [caching](https://nextjs.org/docs/app/building-your-application/data-fetching/fetching-caching-and-revalidating#caching-data).
77

8-
By default, all `fetch()` subrequests made in your Next.js app are cached. Refer to the [Next.js documentation](https://nextjs.org/docs/app/building-your-application/caching#opting-out-1) for information about how to disable caching for an individual subrequest, or for an entire route.
9-
10-
[The cache persists across deployments](https://nextjs.org/docs/app/building-your-application/caching#data-cache). You are responsible for revalidating/purging this cache.
11-
128
Next.js primes the cache at build time. The build time values are serverd by the [Workers Assets](https://developers.cloudflare.com/workers/static-assets/).
139

1410
<Callout>

0 commit comments

Comments
 (0)