FS.AspNetCore.ResponseWrapper.Caching
10.0.5
dotnet add package FS.AspNetCore.ResponseWrapper.Caching --version 10.0.5
NuGet\Install-Package FS.AspNetCore.ResponseWrapper.Caching -Version 10.0.5
<PackageReference Include="FS.AspNetCore.ResponseWrapper.Caching" Version="10.0.5" />
<PackageVersion Include="FS.AspNetCore.ResponseWrapper.Caching" Version="10.0.5" />
<PackageReference Include="FS.AspNetCore.ResponseWrapper.Caching" />
paket add FS.AspNetCore.ResponseWrapper.Caching --version 10.0.5
#r "nuget: FS.AspNetCore.ResponseWrapper.Caching, 10.0.5"
#:package FS.AspNetCore.ResponseWrapper.Caching@10.0.5
#addin nuget:?package=FS.AspNetCore.ResponseWrapper.Caching&version=10.0.5
#tool nuget:?package=FS.AspNetCore.ResponseWrapper.Caching&version=10.0.5
Response caching and performance optimization for FS.AspNetCore.ResponseWrapper. Provides distributed caching, ETag support, cache invalidation strategies, and performance enhancements.
| 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
- FS.AspNetCore.ResponseWrapper (>= 10.0.5)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.5)
- Microsoft.Extensions.Caching.Memory (>= 10.0.5)
- Microsoft.Extensions.Caching.SqlServer (>= 10.0.5)
- Microsoft.Extensions.Caching.StackExchangeRedis (>= 10.0.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FS.AspNetCore.ResponseWrapper.Caching:
| Package | Downloads |
|---|---|
|
FS.AspNetCore.ResponseWrapper.Extensions
All-in-one meta package for FS.AspNetCore.ResponseWrapper with all enterprise extensions. Includes OpenAPI (Swashbuckle, NSwag, Scalar), OpenTelemetry, Caching, and Transformation features with preset configurations. |
GitHub repositories
This package is not used by any popular GitHub repositories.
v10.0.0
- Initial release of Caching integration
- Distributed cache support (Redis, Memory, SQL Server)
- Automatic response caching with TTL
- ETag generation and validation
- Cache invalidation strategies
- Cache hit/miss metadata