Simple implementation of a generic memory cache with support for maximum capacity and expiration based on timespan or specific moment in time.
Info
Version: | 1.1.0 |
Author(s): | Roberto Selbach |
Last Update: | Thursday, September 28, 2017 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/DelightfulCode.MemoryCache |
Install
Install-Package DelightfulCode.MemoryCache
dotnet add package DelightfulCode.MemoryCache
paket add DelightfulCode.MemoryCache
DelightfulCode.MemoryCache Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)