jodydonetti
NuGet publisher profile
Packages (15)
ZiggyCreatures.FusionCache
FusionCache is an easy to use, fast and robust hybrid cache with advanced resiliency features.
ZiggyCreatures.FusionCache.Serialization.NewtonsoftJson
FusionCache serializer based on Newtonsoft Json.NET
ZiggyCreatures.FusionCache.Backplane.StackExchangeRedis
FusionCache backplane for Redis based on the StackExchange.Redis library
ZiggyCreatures.FusionCache.Serialization.SystemTextJson
FusionCache serializer based on System.Text.Json
ZiggyCreatures.FusionCache.Chaos
Chaos-related utilities and implementations of various componenets (like a distributed cache or a backplane), useful for things like testing dependent components' behavior in a controlled failing environment.
ZiggyCreatures.FusionCache.OpenTelemetry
Add native OpenTelemetry support to FusionCache.
ZiggyCreatures.FusionCache.Serialization.NeueccMessagePack
FusionCache serializer based on Neuecc's MessagePack serializer
ZiggyCreatures.FusionCache.Backplane.Memory
FusionCache in memory backplane, used for testing
ZiggyCreatures.FusionCache.Serialization.CysharpMemoryPack
FusionCache serializer based on Cysharp's MemoryPack serializer
ZiggyCreatures.FusionCache.Locking.Distributed.Redis
FusionCache distributed locker for Redis
ZiggyCreatures.FusionCache.Serialization.ProtoBufNet
FusionCache serializer based on protobuf-net
ZiggyCreatures.FusionCache.AspNetCore.OutputCaching
ASP.NET Output Cache based on FusionCache
ZiggyCreatures.FusionCache.Serialization.ServiceStackJson
FusionCache serializer based on ServiceStack's Json serializer
ZiggyCreatures.FusionCache.Locking.AsyncKeyed
FusionCache memory locker based on the AsyncKeyedLock library
ZiggyCreatures.FusionCache.Locking.Distributed.Memory
FusionCache in memory distributed locker, used for testing.