An extension to the MemoryCache included in DotNet Core that allows for removing groups of items (or all items) from the cache.
Info
Version: | 1.0.2 |
Author(s): | Russ Painter |
Last Update: | Sunday, March 4, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/GeekyMonkey/DotNetCoreMemoryCacheService |
NuGet Url: | https://www.nuget.org/packages/GeekyMonkey.DotNetCoreMemoryCacheService |
Install
Install-Package GeekyMonkey.DotNetCoreMemoryCacheService
dotnet add package GeekyMonkey.DotNetCoreMemoryCacheService
paket add GeekyMonkey.DotNetCoreMemoryCacheService
GeekyMonkey.DotNetCoreMemoryCacheService Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Memory(>= 2.0.0)
- Microsoft.Extensions.DependencyInjection(>= 2.0.0)
Tags