Helatra.EFSecondLevelCache.Core
1.0.0.6
See the version list below for details.
dotnet add package Helatra.EFSecondLevelCache.Core --version 1.0.0.6
NuGet\Install-Package Helatra.EFSecondLevelCache.Core -Version 1.0.0.6
<PackageReference Include="Helatra.EFSecondLevelCache.Core" Version="1.0.0.6" />
<PackageVersion Include="Helatra.EFSecondLevelCache.Core" Version="1.0.0.6" />
<PackageReference Include="Helatra.EFSecondLevelCache.Core" />
paket add Helatra.EFSecondLevelCache.Core --version 1.0.0.6
#r "nuget: Helatra.EFSecondLevelCache.Core, 1.0.0.6"
#:package Helatra.EFSecondLevelCache.Core@1.0.0.6
#addin nuget:?package=Helatra.EFSecondLevelCache.Core&version=1.0.0.6
#tool nuget:?package=Helatra.EFSecondLevelCache.Core&version=1.0.0.6
Helatra.EFSecondLevelCache.Core
Entity Framework second-level caching with Redis, in-memory, and System.Runtime.Caching backends. Helatra-maintained fork with .NET 9 support and Newtonsoft.Json / protobuf-net serialization.
Installation
dotnet add package Helatra.EFSecondLevelCache.Core
Or via the Helatra Nexus feed:
dotnet add package Helatra.EFSecondLevelCache.Core \
--source https://artifact.helatra.com/repository/nuget-hosted/index.json
Add to your .csproj:
<PackageReference Include="Helatra.EFSecondLevelCache.Core" Version="*" />
Quick Start
// Register the package's services in Program.cs
builder.Services.AddEFSecondLevelCache();
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
- Microsoft.EntityFrameworkCore (>= 9.0.8)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.8)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.8)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.8)
- Microsoft.Extensions.ObjectPool (>= 9.0.8)
- Newtonsoft.Json (>= 13.0.3)
- protobuf-net (>= 3.2.56)
- StackExchange.Redis (>= 2.8.58)
- System.Runtime.Caching (>= 9.0.8)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Helatra.EFSecondLevelCache.Core:
| Package | Downloads |
|---|---|
|
Helatra.CacheManagers
Unified caching wrapper for .NET 9 — in-memory, Redis (StackExchange), and EF Core second-level cache providers behind a single ICacheManager interface. |
GitHub repositories
This package is not used by any popular GitHub repositories.