Does the data cache grow forever? #67476
Unanswered
christopher-drifte
asked this question in
App Router
Replies: 1 comment 1 reply
-
wating for an answer |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When fetch requests happen, they are cached in
.next/cache
. Revalidate causes old files to be rewritten, but stale files do not appear to be removed (or at least, they weren't during my experimentation). Does NextJS automatically clean up old cache files, and - if so - is there a way to limit the size of the data cache?Beta Was this translation helpful? Give feedback.
All reactions