Info
Version: | 2.0.0-beta-1629 |
Author(s): | Wenisman, 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.ProtoBuf |
Install
Install-Package CacheManager.Serialization.ProtoBuf
dotnet add package CacheManager.Serialization.ProtoBuf
paket add CacheManager.Serialization.ProtoBuf
CacheManager.Serialization.ProtoBuf Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- CacheManager.Core(>= 2.0.01629)
- protobuf-net(>= 2.4.0)
- CacheManager.Core(>= 2.0.01629)
- protobuf-net(>= 2.4.0)
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 ProtoBuf serializer can be used in place of the default Binary Serializer.