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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Helatra.CacheManagers" Version="1.0.1.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Helatra.CacheManagers" Version="1.0.1.7" />
                    
Directory.Packages.props
<PackageReference Include="Helatra.CacheManagers" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Helatra.CacheManagers --version 1.0.1.7
                    
#r "nuget: Helatra.CacheManagers, 1.0.1.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Helatra.CacheManagers@1.0.1.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Helatra.CacheManagers&version=1.0.1.7
                    
Install as a Cake Addin
#tool nuget:?package=Helatra.CacheManagers&version=1.0.1.7
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last Updated
1.0.1.7 32 5/21/2026
1.0.0.6 33 5/21/2026
1.0.0.5 102 4/28/2026
1.0.0.4 110 4/28/2026