caching/v1.0.0-alpha1
Pre-release
Pre-release
·
32 commits
to main
since this release
HTTP response caching extension for Reliable.HttpClient.
Features
- Automatic HTTP response caching with configurable rules
- Secure SHA256-based cache keys with collision prevention
- Memory cache & custom providers (Redis, etc.)
- Seamless integration with resilience policies
- Manual cache management (invalidation, clearing)
Installation
dotnet add package Reliable.HttpClient.Caching --version 1.0.0-alpha1