You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
[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.
The text was updated successfully, but these errors were encountered: