This package implements a distributed cache monad ("pattern") and currently supports single and multiple layers of caching, in memory and via Redis.
Info
Version: | 3.3.0 |
Author(s): | Intelligent Hack srls |
Last Update: | Wednesday, July 5, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/intelligenthack/intelligent-cache |
NuGet Url: | https://www.nuget.org/packages/IntelligentHack.IntelligentCache |
Install
Install-Package IntelligentHack.IntelligentCache
dotnet add package IntelligentHack.IntelligentCache
paket add IntelligentHack.IntelligentCache
IntelligentHack.IntelligentCache Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Extensions.Hosting.Abstractions(>= 3.0.0 && < 4.0.0)
- Newtonsoft.Json(>= 11.0.1)
- StackExchange.Redis(>= 2.0.495 && < 3.0.0)
- System.Runtime.Caching(>= 4.7.0 && < 5.0.0)
- protobuf-net(>= 3.0.52 && < 4.0.0)
- Microsoft.Extensions.Hosting.Abstractions(>= 3.0.0 && < 4.0.0)
- Newtonsoft.Json(>= 11.0.1)
- StackExchange.Redis(>= 2.0.495 && < 3.0.0)
- System.Runtime.Caching(>= 4.7.0 && < 5.0.0)
- protobuf-net(>= 3.0.52 && < 4.0.0)
- Microsoft.Extensions.Hosting.Abstractions(>= 3.0.0 && < 4.0.0)
- Newtonsoft.Json(>= 11.0.1)
- StackExchange.Redis(>= 2.0.495 && < 3.0.0)
- System.Runtime.Caching(>= 4.7.0 && < 5.0.0)
- protobuf-net(>= 3.0.52 && < 4.0.0)
Tags