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

Cache invalidation considerUow problem #19633

Closed
ahmetfarukulu opened this issue Apr 26, 2024 · 1 comment · Fixed by #19671
Closed

Cache invalidation considerUow problem #19633

ahmetfarukulu opened this issue Apr 26, 2024 · 1 comment · Fixed by #19671
Assignees
Labels
Milestone

Comments

@ahmetfarukulu
Copy link
Member

When handling cache invalidation, it's crucial to set the considerUow parameter to true. If this parameter is not set correctly, the cache gets removed immediately. However, if there are other HTTP requests for related cache before the unit of work is complete, the cache might remain in a dirty state.

We should do this for all invalidators such as; PermissionGrantCacheItemInvalidator, TenantConfigurationCacheItemInvalidator etc.

@ahmetfarukulu
Copy link
Member Author

#19671

@ahmetfarukulu ahmetfarukulu linked a pull request May 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants