"use cache"
Unanswered
Alligator mississippiensis posted this in #help-forum
Alligator mississippiensisOP
Is there anyways to see the values in cache currently?
Ideally I'd like to see the current cachekeys, the values and the cacheTags assigned to them
Ideally I'd like to see the current cachekeys, the values and the cacheTags assigned to them
5 Replies
check inside your .next/cache
not sure if this exists in v16 but it exists in v15
.next/cache/fetch-cacheAlligator mississippiensisOP
I'm not necessarily talking about fetch cache. I mean more eg a function marked as "use cache"
I will check there shortly though
I will check there shortly though
Morelet’s Crocodile
One way to check if they are being cached(not the values) is running a build and if the page is static that you are using the function(s) on the. They are being cached as to the values I'm unsure sorry