Skip to content
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

TokenCacheSerializeHelper.DeserializeUnifiedCache does not clear in memory version of cache Instead int appends it #654

Closed
SomkaPe opened this issue Oct 22, 2018 · 1 comment

Comments

@SomkaPe
Copy link
Contributor

SomkaPe commented Oct 22, 2018

TokenCacheSerializeHelper.DeserializeUnifiedCache does not clear in memory version of cache so it is appending it instead.

it is an issue when persisted cache is shared by few app.
If persisted cache is cleared by app 1, and than app 2 read persistent cache - cache entities stored in memory will be be kept so cache clear operation by app 1 will be ignored by app 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants