Next.js Discord

Discord Forum

SWR

Unanswered
Bighead carp posted this in #help-forum
Open in Discord
Bighead carpOP
how to get cache value by key - '/api/data'. I get from here - const { cache } = useSWRConfig(); I get undefined if I enter this - cache.get('/api/data');. if enter it like this - console.log(cache), then it will be displayed as in the picture

0 Replies