Replies: 2 comments
-
I think this is a good idea. I will need to explore more of the cache invalidation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Since cache was moved to pinia colada, this is possible with pinia colada instead |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently there it is possible to invalidate cache of an individual loader, but no way to do that for all of them at once.
Use case
User logs out, loaders are cached, another user logs in. To prevent new user seeing previous user data, we need to invalidate previous user loaders, but doing it manually is cumbersome, needing to account for all loaders.
Proposed solution
Add a way to invalidate cache for all loaders at once.
Beta Was this translation helpful? Give feedback.
All reactions