Info
Version: | 2.0.0-beta-1629 |
Author(s): | MichaConrad |
Last Update: | Thursday, November 15, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://cachemanager.michaco.net/ |
NuGet Url: | https://www.nuget.org/packages/CacheManager.Serialization.Json |
Install
Install-Package CacheManager.Serialization.Json
dotnet add package CacheManager.Serialization.Json
paket add CacheManager.Serialization.Json
CacheManager.Serialization.Json Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- CacheManager.Core(>= 2.0.01629)
- Newtonsoft.Json(>= 9.0.1)
- CacheManager.Core(>= 2.0.01629)
- Newtonsoft.Json(>= 11.0.1)
Tags
CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
The Core library contains a Newtonsoft.Json based serializer implementation which can be used instead of the default binary serializer.