Closed javaadpatel closed 5 years ago
the easiest would be to wait until the cached client model expires, usually I would say to the consumers please allow x minutes for the changes to take effect
, where x is what you configured on identity server options.
What you are talking about is aggressive update of the cache, this is harder to implement and is beyond the scope of the library or identity server.
@AliBazzi yep I was looking for a standard way to aggressively update the cache. Okay awesome, thank you for the help.
Hi,
I am using the RedisCaching via:
is there an easy way to clear the cache? For example after an update to the client model, the cache will have a stale client model.
I used the stackexchange library to delete the keys associated with the Store like:
but I am not sure if your library or IdentityServer has a cleaner way to do this.