Info
| Version: | 4.0.2 |
| Author(s): | Intelligent Hack srls |
| Last Update: | Friday, January 30, 2026 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/intelligenthack/intelligentcache |
| 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
Features include multi-layer caching (memory + Redis), thundering herd protection, pub/sub cache invalidation, and flexible serialization (JSON, Protobuf). Perfect for ASP.NET Core applications.