Extension methods for ASP.NET Core MemoryCache, to support automatic, thread-safe lazy initialization of cache entries.
Info
Version: | 1.2.0 |
Author(s): | MemCacheAutoReload |
Last Update: | Monday, January 6, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/MemCacheAutoReload |
Install
Install-Package MemCacheAutoReload
dotnet add package MemCacheAutoReload
paket add MemCacheAutoReload
MemCacheAutoReload Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Memory(>= 2.2.0)
- System.Runtime.Caching(>= 4.5.0)