Info
| Version: | 11.0.1 |
| Author(s): | DevelopmentHelpers.AzureDistributedCache |
| Last Update: | Wednesday, July 15, 2026 |
| .NET Fiddle: | Create the first Fiddle |
| NuGet Url: | https://www.nuget.org/packages/DevelopmentHelpers.AzureDistributedCache |
Install
Install-Package DevelopmentHelpers.AzureDistributedCache
dotnet add package DevelopmentHelpers.AzureDistributedCache
paket add DevelopmentHelpers.AzureDistributedCache
DevelopmentHelpers.AzureDistributedCache Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 3.1.0)
- Microsoft.Extensions.Caching.Redis(>= 2.2.0)
- Microsoft.Extensions.Configuration(>= 3.1.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.0)
- Microsoft.Extensions.Logging(>= 3.1.0)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.0)
Features two-level caching (L1 in-memory + L2 Redis), stampede protection, structured logging, and easy DI registration.