vercel/next.js

Docs: Contradiction in caching

a89529294 opened this issue · 0 comments

What is the documentation issue?

In the image in section https://nextjs.org/docs/app/building-your-application/caching#static-and-dynamic-rendering,
It shows that for dynamic routes during subsequent visits the page will come from router cache, but this is not the case, by default dynamic pages are not cached by router cache.

Is there any context that might help us understand?

see above

Does the docs page already exist? Please link to it.

No response