Docs: Changing information about data fetching cache (#72301)
What is the documentation issue?
There is incorrect information about how fetch works in the new Next.js
version (^15.0.0).
The documentation says that fetch is automatically cached in the said
version but now by default fetchs are no longer being cached
Is there any context that might help us understand?
[Link of the
section](https://nextjs.org/docs/app/building-your-application/caching#fetch-optionscache)
Does the docs page already exist? Please link to it.
https://nextjs.org/docs/app/building-your-application/caching#fetch-optionscache
---------
Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
Co-authored-by: Sam Ko <sam@vercel.com>