VapeCache.Core
1.2.4
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package VapeCache.Core --version 1.2.4
NuGet\Install-Package VapeCache.Core -Version 1.2.4
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="VapeCache.Core" Version="1.2.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VapeCache.Core" Version="1.2.4" />
<PackageReference Include="VapeCache.Core" />
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 VapeCache.Core --version 1.2.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: VapeCache.Core, 1.2.4"
#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 VapeCache.Core@1.2.4
#: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=VapeCache.Core&version=1.2.4
#tool nuget:?package=VapeCache.Core&version=1.2.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
VapeCache
VapeCache is a Redis-first caching runtime for ASP.NET Core and .NET services.
Install
Primary runtime package:
dotnet add package VapeCache.Runtime
Optional integrations:
dotnet add package VapeCache.Extensions.DependencyInjection
dotnet add package VapeCache.Extensions.AspNetCore
dotnet add package VapeCache.Extensions.Aspire
dotnet add package VapeCache.Features.Invalidation
OSS Packages
VapeCache.Runtime: Redis transport, caching runtime, fallback behavior, telemetryVapeCache.Core: shared primitives used by other VapeCache packagesVapeCache.Abstractions: public contracts, options, and shared value typesVapeCache.Extensions.DependencyInjection: one-call DI facade for runtime registrationVapeCache.Extensions.AspNetCore: ASP.NET Core output-cache integrationVapeCache.Extensions.Aspire: Aspire integration, health checks, and telemetry wiringVapeCache.Features.Invalidation: optional invalidation policies for keys, tags, and zones
Documentation
- Quick start: https://github.com/haxxornulled/VapeCache/blob/main/docs/QUICKSTART.md
- Configuration: https://github.com/haxxornulled/VapeCache/blob/main/docs/CONFIGURATION.md
- Settings reference: https://github.com/haxxornulled/VapeCache/blob/main/docs/SETTINGS_REFERENCE.md
- ASP.NET Core integration: https://github.com/haxxornulled/VapeCache/blob/main/docs/ASPNETCORE_PIPELINE_CACHING.md
- Aspire integration: https://github.com/haxxornulled/VapeCache/blob/main/docs/ASPIRE_INTEGRATION.md
Source
| 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
- LanguageExt.Core (>= 4.4.9)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on VapeCache.Core:
| Package | Downloads |
|---|---|
|
VapeCache.Abstractions
Public contracts, interfaces, and configuration types for VapeCache. Use this package when you need the shared API surface without the Redis transport implementation. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.22 | 240 | 4/26/2026 |
| 1.2.21 | 190 | 4/26/2026 |
| 1.2.20 | 222 | 4/13/2026 |
| 1.2.19 | 196 | 4/12/2026 |
| 1.2.18 | 194 | 3/30/2026 |
| 1.2.17 | 169 | 3/27/2026 |
| 1.2.15 | 184 | 3/19/2026 |
| 1.2.14 | 175 | 3/18/2026 |
| 1.2.13 | 194 | 3/14/2026 |
| 1.2.12 | 183 | 3/14/2026 |
| 1.2.11 | 168 | 3/14/2026 |
| 1.2.10 | 166 | 3/13/2026 |
| 1.2.9 | 177 | 3/12/2026 |
| 1.2.8 | 171 | 3/12/2026 |
| 1.2.7 | 165 | 3/11/2026 |
| 1.2.6 | 161 | 3/11/2026 |
| 1.2.5 | 168 | 3/11/2026 |
| 1.2.4 | 171 | 3/10/2026 |
| 1.2.3 | 165 | 3/10/2026 |
| 1.2.2 | 154 | 3/10/2026 |
Loading failed
1.2.4 release: fixes package README content on NuGet, keeps release tooling aligned, and preserves Aspire telemetry resource naming.