Open bgavrilMS opened 1 week ago
[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.
[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.