!Warning: Impact on User-Specific Caching in a SaaS Model #61891
ChoaibMouhrach
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Non-Goals
Background
Hello,
I have a question after going through the documentation. I'm using a SaaS model and have a function like this:
I also have other actions with
revalidateTag("auth")
. Does this mean that when a user revalidates the cache, it affects the cache for all users?If yes,
Is there a way to create unique cache keys for each user?
If no,
Doesn't this suggest that the caching system is not very useful for this type of application?
Proposal
Add the ability to add a user ID in the cache key
Beta Was this translation helpful? Give feedback.
All reactions