FusionCache serializer based on protobuf-net
$ dotnet add package ZiggyCreatures.FusionCache.Serialization.ProtoBufNet
It was born after years of dealing with all sorts of different types of caches: memory caching, distributed caching, http caching, CDNs, browser cache, offline cache, you name it. So I've tried to put together these experiences and came up with FusionCache.
Find out more.
This package is an implementation for a FusionCache serializer to be used with the optional distributed cache level, based on protobuf-net, one of the most used Protobuf serializer on .NET.