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

[Feature Request] Replace the memory cache and distributed cache implementation with .NET9's Hybrid Cache #3153

Open
bgavrilMS opened this issue Nov 19, 2024 · 0 comments

Comments

@bgavrilMS
Copy link
Member

[Is your feature request related to a problem? Please describe.
.NET team provides a new library called HybridCache, which by default uses MemoryCache, but can optionally also be configured with a DistributedCache

https://learn.microsoft.com/en-us/aspnet/core/performance/caching/hybrid?view=aspnetcore-9.0

This library works on netstandard2.0 and net722

Describe the solution you'd like
Update the MemoryTokenCache and DistributedTokenCache implementation to use a HybridCache.

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

1 participant