Helatra.CacheManagers
1.0.1.7
dotnet add package Helatra.CacheManagers --version 1.0.1.7
NuGet\Install-Package Helatra.CacheManagers -Version 1.0.1.7
<PackageReference Include="Helatra.CacheManagers" Version="1.0.1.7" />
<PackageVersion Include="Helatra.CacheManagers" Version="1.0.1.7" />
<PackageReference Include="Helatra.CacheManagers" />
paket add Helatra.CacheManagers --version 1.0.1.7
#r "nuget: Helatra.CacheManagers, 1.0.1.7"
#:package Helatra.CacheManagers@1.0.1.7
#addin nuget:?package=Helatra.CacheManagers&version=1.0.1.7
#tool nuget:?package=Helatra.CacheManagers&version=1.0.1.7
Helatra.CacheManagers
Unified caching wrapper for .NET 9 — in-memory, Redis (StackExchange), and EF Core second-level cache providers behind a single ICacheManager interface.
Installation
dotnet add package Helatra.CacheManagers
Or via the Helatra Nexus feed:
dotnet add package Helatra.CacheManagers \
--source https://artifact.helatra.com/repository/nuget-hosted/index.json
Add to your .csproj:
<PackageReference Include="Helatra.CacheManagers" Version="*" />
Quick Start
// Register the package's services in Program.cs
builder.Services.AddCacheManagers();
See the source repository for full configuration options, sample code, and integration guidance.
Requirements
- .NET 9.0 or later
Repository
github.com/HelatraFrameWork/framework
License
MIT — Helatra
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Helatra.EFSecondLevelCache.Core (>= 1.0.1.7)
- Microsoft.Extensions.Caching.StackExchangeRedis (>= 9.0.8)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.8)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.8)
- StackExchange.Redis.Extensions.Newtonsoft (>= 11.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Helatra.CacheManagers:
| Package | Downloads |
|---|---|
|
Helatra.Structure
Foundational application structure for .NET 9 — dependency injection helpers, base domain entities, unit-of-work, repository abstractions, and global filters. |
GitHub repositories
This package is not used by any popular GitHub repositories.