I am in the middle of switching from ReactNative
to NextJS
, and I like the fetch
caching but Iam trying to figure out if NextJS
does any “garbage collection” for invalidatedTags or does it just leave them on disk?
If it just leave them sitting there, can anyone recommend a method to delete invalidated
objects?