Skip to content

caching/v1.0.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 12:06
· 32 commits to main since this release
caching/v1.0.0-alpha1
30b4356

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

Documentation