We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The new HybridCache library doesn't use the new Lock object when locking
in https://github.com/dotnet/aspnetcore/blob/main/src/Caching/Hybrid/src/Internal/DefaultHybridCache.SyncLock.cs plain objects are used for locking, we could use the new Lock object
No response
The text was updated successfully, but these errors were encountered:
Using it is worth looking at. I created a new issue that considers replacing it everywhere: #56638
Closing this in favor of the broader issue.
Sorry, something went wrong.
@JamesNK you linked to this issue (by mistake) 😏
Opps. This one: #56794
No branches or pull requests
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
The new HybridCache library doesn't use the new Lock object when locking
Describe the solution you'd like
in https://github.com/dotnet/aspnetcore/blob/main/src/Caching/Hybrid/src/Internal/DefaultHybridCache.SyncLock.cs plain objects are used for locking, we could use the new Lock object
Additional context
No response
The text was updated successfully, but these errors were encountered: