-
Hi everyone We're looking into implementing tanstack query for one of our apps at my organisation. From searching previous posts, I've found that by default the cache lives solely in memory and isn't persisted anywhere. But I wasn't able to find anything specifically related to whether the cache can be accessed by anyone other than the person who initiated the fetch. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
the cache lives in memory, similar to if you had put the result of a |
Beta Was this translation helpful? Give feedback.
or you just call
queryClient.clear()
when you log out