Implementation of a parallel thread-safe in-memory caching system with save, and load support suited for 'state' programming and easy timeout support for time sensitive caching.
Info
Version: | 1.0.0 |
Author(s): | Timothy D Meadows II |
Last Update: | Wednesday, August 26, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/TimothyMeadows/TimedMemoryCache.Net |
NuGet Url: | https://www.nuget.org/packages/TimedMemoryCache.Net |
Install
Install-Package TimedMemoryCache.Net
dotnet add package TimedMemoryCache.Net
paket add TimedMemoryCache.Net
TimedMemoryCache.Net Download (Unzip the "nupkg" after downloading)
Dependencies
- MemoryCache.Net(>= 1.0.0)