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