Mvp24Hours.Infrastructure.Caching
10.8.0
dotnet add package Mvp24Hours.Infrastructure.Caching --version 10.8.0
NuGet\Install-Package Mvp24Hours.Infrastructure.Caching -Version 10.8.0
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="Mvp24Hours.Infrastructure.Caching" Version="10.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Mvp24Hours.Infrastructure.Caching" Version="10.8.0" />
<PackageReference Include="Mvp24Hours.Infrastructure.Caching" />
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 Mvp24Hours.Infrastructure.Caching --version 10.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Mvp24Hours.Infrastructure.Caching, 10.8.0"
#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 Mvp24Hours.Infrastructure.Caching@10.8.0
#: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=Mvp24Hours.Infrastructure.Caching&version=10.8.0
#tool nuget:?package=Mvp24Hours.Infrastructure.Caching&version=10.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Mvp24Hours.Infrastructure.Caching
Flexible caching abstractions and implementations for .NET 10 applications.
Install
dotnet add package Mvp24Hours.Infrastructure.Caching
Features
- Memory, distributed, hybrid, and multi-level caches.
- Cache-aside, read-through, write-through, write-behind, and refresh-ahead patterns.
- Tag- and dependency-based invalidation.
- Stampede prevention, compression, warming, and health checks.
- Metrics, tracing, and structured logging.
Quick start
Register the default caching services:
builder.Services.AddMvp24HoursCaching(options =>
{
options.DefaultKeyPrefix = "orders";
});
Use AddMvpHybridCache, AddMultiLevelCache, or the individual provider and caching-pattern extensions for tailored configurations.
Documentation
See kallebelins.github.io/mvp24hours-dotnet and the project repository.
License
Licensed under the MIT License.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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.
-
net10.0
- MessagePack (>= 3.1.8)
- Microsoft.EntityFrameworkCore (>= 10.0.9)
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.9)
- Microsoft.Extensions.Caching.Hybrid (>= 10.7.0)
- Microsoft.Extensions.Caching.Memory (>= 10.0.9)
- Microsoft.Extensions.Caching.StackExchangeRedis (>= 10.0.9)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.9)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Options (>= 10.0.9)
- Mvp24Hours.Core (>= 10.8.0)
- Mvp24Hours.Infrastructure (>= 10.8.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Mvp24Hours.Infrastructure.Caching:
| Package | Downloads |
|---|---|
|
Mvp24Hours.Infrastructure.Caching.Redis
Redis distributed-cache integration for Mvp24Hours applications using StackExchange.Redis. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.8.0 | 104 | 8/12/2026 |
| 10.0.0 | 117 | 8/5/2026 |
| 9.1.21 | 179 | 1/18/2026 |
| 9.1.20 | 179 | 1/2/2026 |
| 8.25.5061 | 312 | 5/6/2025 |
| 8.7.151 | 342 | 7/15/2024 |
| 8.5.610 | 302 | 5/6/2025 |
| 8.3.261 | 287 | 3/26/2024 |
| 8.2.102 | 307 | 2/9/2024 |
| 8.2.101 | 280 | 2/7/2024 |
| 5.4.281 | 323 | 4/28/2025 |
| 4.1.191 | 392 | 1/19/2024 |
| 4.1.181 | 303 | 1/19/2024 |
| 3.12.262 | 354 | 12/26/2023 |
| 3.12.261 | 293 | 12/26/2023 |
| 3.12.221 | 310 | 12/22/2023 |
| 3.12.151 | 326 | 12/17/2023 |
| 3.6.221 | 773 | 6/22/2022 |
| 3.4.111 | 951 | 4/11/2022 |
Loading failed