VapeCache.Runtime 1.2.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package VapeCache.Runtime --version 1.2.5
                    
NuGet\Install-Package VapeCache.Runtime -Version 1.2.5
                    
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.Runtime" Version="1.2.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VapeCache.Runtime" Version="1.2.5" />
                    
Directory.Packages.props
<PackageReference Include="VapeCache.Runtime" />
                    
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 VapeCache.Runtime --version 1.2.5
                    
#r "nuget: VapeCache.Runtime, 1.2.5"
                    
#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.Runtime@1.2.5
                    
#: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.Runtime&version=1.2.5
                    
Install as a Cake Addin
#tool nuget:?package=VapeCache.Runtime&version=1.2.5
                    
Install as a Cake Tool

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, telemetry
  • VapeCache.Core: shared primitives used by other VapeCache packages
  • VapeCache.Abstractions: public contracts, options, and shared value types
  • VapeCache.Extensions.DependencyInjection: one-call DI facade for runtime registration
  • VapeCache.Extensions.AspNetCore: ASP.NET Core output-cache integration
  • VapeCache.Extensions.Aspire: Aspire integration, health checks, and telemetry wiring
  • VapeCache.Features.Invalidation: optional invalidation policies for keys, tags, and zones

Documentation

Source

https://github.com/haxxornulled/VapeCache

Product 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.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on VapeCache.Runtime:

Package Downloads
VapeCache.Extensions.Aspire

.NET Aspire integration for VapeCache. Adds service discovery, health checks, and OpenTelemetry wiring for Aspire-hosted applications.

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 147 4/26/2026
1.2.21 139 4/26/2026
1.2.20 150 4/13/2026
1.2.19 132 4/12/2026
1.2.18 156 3/30/2026
1.2.17 131 3/27/2026
1.2.15 132 3/19/2026
1.2.14 126 3/18/2026
1.2.13 156 3/14/2026
1.2.12 146 3/14/2026
1.2.11 149 3/14/2026
1.2.10 155 3/13/2026
1.2.9 151 3/12/2026
1.2.8 141 3/12/2026
1.2.7 140 3/11/2026
1.2.6 143 3/11/2026
1.2.5 148 3/11/2026
1.2.4 150 3/10/2026
1.2.3 144 3/10/2026
1.2.2 122 3/10/2026
Loading failed

1.2.5 release: package version bump and branding alignment for DFWFORSALE INC.