-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[clan] updating a clan will not purge the cache #812
Comments
In the ClanService you need to inject the CacheManager and when you create/update/delete a clan, you need to get the cache with key |
Why not just use @CacheEvict on the method? |
That might work too. Not the expert on caching |
Ivan-Shaml
added a commit
to Ivan-Shaml/faf-java-api-fork
that referenced
this issue
Dec 23, 2024
Ivan-Shaml
added a commit
to Ivan-Shaml/faf-java-api-fork
that referenced
this issue
Dec 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
there is an ux issue if the clan is getting updated (join/leave/edit) if will not show up directly due a 5min cache in elide.
is there something we can do without making it too complex?
the endpoint i am talking about
/data/clan/${id}?include=memberships.player
The text was updated successfully, but these errors were encountered: