Where is the "Full route cache" stored?
Unanswered
Ratonero Mallorquin posted this in #help-forum
Ratonero MallorquinOP
Is it stored in the
Or is it stored only in memory?
If only in memory, does this mean that if you set in
you will never have a working "Full route cache"?
.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"?