CacheWeave.Core 1.0.2

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

Core abstractions and attribute filter for CacheWeave — provider-agnostic declarative API response caching for ASP.NET Core.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  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 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 (8)

Showing the top 5 NuGet packages that depend on CacheWeave.Core:

Package Downloads
CacheWeave.Redis

Redis provider for CacheWeave using StackExchange.Redis and Microsoft.Extensions.Caching.StackExchangeRedis.

CacheWeave.DynamoDB

DynamoDB provider for CacheWeave using AWSSDK.DynamoDBv2.

CacheWeave.InMemory

In-memory provider for CacheWeave using Microsoft.Extensions.Caching.Memory.

CacheWeave.Faster

Microsoft FASTER KV provider for CacheWeave. High-throughput, low-latency local cache backed by FASTER log-structured storage.

CacheWeave.DistributedCache

CacheWeave provider backed by Microsoft.Extensions.Caching.IDistributedCache. Allows CacheWeave to reuse an existing IDistributedCache registration (e.g. AddStackExchangeRedisCache, AddDistributedMemoryCache). Prefix-based invalidation requires an IConnectionMultiplexer to be registered separately.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.8 157 6/3/2026
1.0.7 411 5/24/2026
1.0.6 241 5/24/2026
1.0.5 437 5/15/2026
1.0.4 301 5/14/2026
1.0.3 300 5/12/2026
1.0.2 284 5/6/2026
1.0.1 246 5/6/2026
1.0.0 227 5/6/2026

chore: bump version to 1.0.2