Next.js Discord

Discord Forum

Where is the "Full route cache" stored?

Unanswered
Ratonero Mallorquin posted this in #help-forum
Open in Discord
Ratonero MallorquinOP
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