Next.js Discord

Discord Forum

Where is the "Full route cache" stored?

Unanswered
Irish Red and White Setter posted this in #help-forum
Open in Discord
Irish Red and White SetterOP
Is it stored in the .next folder?
Or is it stored only in memory?

If only in memory, does this mean that if you set in next.config.js:

module.exports = {
  cacheMaxMemorySize: 0, // disable default in-memory caching
}

you will never have a working "Full route cache"?

0 Replies