Skip to content

Commit

Permalink
Update content/pages/framework-guides/nextjs/ssr/caching.md
Browse files Browse the repository at this point in the history
  • Loading branch information
irvinebroque authored Aug 9, 2024
1 parent 70b8b73 commit f98a131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/pages/framework-guides/nextjs/ssr/caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ To use Workers KV as the cache for your Next.js app, [add a KV binding](/pages/f

### Cache API (default)

The [Cache API](https://developers.cloudflare.com/workers/runtime-apis/cache/) is the default option for caching data in your Next.js app. You do not need to take any action to enable the Cache API.
The [Cache API](/workers/runtime-apis/cache/) is the default option for caching data in your Next.js app. You do not need to take any action to enable the Cache API.

In contrast with Workers KV, when you write data using the Cache API, data is only cached in the Cloudflare location that you are writing data from.

0 comments on commit f98a131

Please sign in to comment.