VapeCache.Abstractions
1.2.8
See the version list below for details.
dotnet add package VapeCache.Abstractions --version 1.2.8
NuGet\Install-Package VapeCache.Abstractions -Version 1.2.8
<PackageReference Include="VapeCache.Abstractions" Version="1.2.8" />
<PackageVersion Include="VapeCache.Abstractions" Version="1.2.8" />
<PackageReference Include="VapeCache.Abstractions" />
paket add VapeCache.Abstractions --version 1.2.8
#r "nuget: VapeCache.Abstractions, 1.2.8"
#:package VapeCache.Abstractions@1.2.8
#addin nuget:?package=VapeCache.Abstractions&version=1.2.8
#tool nuget:?package=VapeCache.Abstractions&version=1.2.8
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
https://github.com/haxxornulled/VapeCache
License
VapeCache uses BUSL-1.1 with an Additional Use Grant.
- Allowed: production use, SaaS/commercial apps, modification, redistribution
- Restricted: offering VapeCache as a hosted caching service, or embedding it as the core of a commercial caching product
- Change date: March 11, 2029 (converts to Apache 2.0)
See LICENSE in the package for full legal terms.
| 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. |
-
net10.0
- LanguageExt.Core (>= 4.4.9)
- VapeCache.Core (>= 1.2.8)
NuGet packages (10)
Showing the top 5 NuGet packages that depend on VapeCache.Abstractions:
| Package | Downloads |
|---|---|
|
VapeCache.Extensions.AspNetCore
ASP.NET Core output cache integration for VapeCache. Registers VapeCache as the backing store for ASP.NET Core output caching. |
|
|
VapeCache.Runtime
Redis transport and caching runtime for VapeCache. Includes multiplexed connections, circuit breaking, pooling, and OpenTelemetry hooks for production cache workloads. |
|
|
VapeCache.Features.Invalidation
Optional invalidation policy package for VapeCache. Adds policy-driven tag, zone, and key invalidation orchestration with runtime options support. |
|
|
VapeCache.Extensions.DependencyInjection
DI composition facade for VapeCache runtime registration in clean architecture applications. Provides one-call IServiceCollection wiring with optional configuration binding and stampede profile setup. |
|
|
VapeCache.Extensions.PubSub
Optional Redis pub/sub capability package for VapeCache. Adds bounded subscription queues, reconnect/resubscribe behavior, and DI/Autofac registration helpers. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.22 | 231 | 4/26/2026 |
| 1.2.21 | 180 | 4/26/2026 |
| 1.2.20 | 205 | 4/13/2026 |
| 1.2.19 | 181 | 4/12/2026 |
| 1.2.18 | 192 | 3/30/2026 |
| 1.2.17 | 163 | 3/27/2026 |
| 1.2.15 | 176 | 3/19/2026 |
| 1.2.14 | 172 | 3/18/2026 |
| 1.2.13 | 190 | 3/14/2026 |
| 1.2.12 | 176 | 3/14/2026 |
| 1.2.11 | 160 | 3/14/2026 |
| 1.2.10 | 167 | 3/13/2026 |
| 1.2.9 | 163 | 3/12/2026 |
| 1.2.8 | 156 | 3/12/2026 |
| 1.2.7 | 157 | 3/11/2026 |
| 1.2.6 | 156 | 3/11/2026 |
| 1.2.5 | 160 | 3/11/2026 |
| 1.2.4 | 164 | 3/10/2026 |
| 1.2.3 | 163 | 3/10/2026 |
| 1.2.2 | 141 | 3/10/2026 |
1.2.7 release: refreshed BUSL-1.1 license file content in package artifacts and maintained DFWFORSALE INC branding.