CacheWeave.Core
1.0.2
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
<PackageReference Include="CacheWeave.Core" Version="1.0.2" />
<PackageVersion Include="CacheWeave.Core" Version="1.0.2" />
<PackageReference Include="CacheWeave.Core" />
paket add CacheWeave.Core --version 1.0.2
#r "nuget: CacheWeave.Core, 1.0.2"
#:package CacheWeave.Core@1.0.2
#addin nuget:?package=CacheWeave.Core&version=1.0.2
#tool nuget:?package=CacheWeave.Core&version=1.0.2
Core abstractions and attribute filter for CacheWeave — provider-agnostic declarative API response caching for ASP.NET Core.
| Product | Versions 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. |
-
net10.0
- Newtonsoft.Json (>= 13.0.3)
-
net8.0
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.0)
- Newtonsoft.Json (>= 13.0.3)
-
net9.0
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.0)
- Newtonsoft.Json (>= 13.0.3)
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.
chore: bump version to 1.0.2