You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 Clan.TYPE_NAME and clear it.
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: