Hi all. If I want to set cache settings on `fetch` in a Next.js server component or middleware. Shou

Hi all. If I want to set cache settings on
fetch
in a Next.js server component or middleware. Should I use the options defined by the workerd API as the alternative for
cache: 'no-store'
?

https://developers.cloudflare.com/workers/runtime-apis/request/#the-cf-property-requestinitcfproperties
https://nextjs.org/docs/app/api-reference/functions/fetch#optionscache
Was this page helpful?