Where is the "Full route cache" stored?
Unanswered
Irish Red and White Setter posted this in #help-forum
Irish Red and White SetterOP
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"?