Axion.Extensions.Http.Resilience.Caching.Hybrid 9.0.0

dotnet add package Axion.Extensions.Http.Resilience.Caching.Hybrid --version 9.0.0                
NuGet\Install-Package Axion.Extensions.Http.Resilience.Caching.Hybrid -Version 9.0.0                
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="Axion.Extensions.Http.Resilience.Caching.Hybrid" Version="9.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Axion.Extensions.Http.Resilience.Caching.Hybrid --version 9.0.0                
#r "nuget: Axion.Extensions.Http.Resilience.Caching.Hybrid, 9.0.0"                
#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.
// Install Axion.Extensions.Http.Resilience.Caching.Hybrid as a Cake Addin
#addin nuget:?package=Axion.Extensions.Http.Resilience.Caching.Hybrid&version=9.0.0

// Install Axion.Extensions.Http.Resilience.Caching.Hybrid as a Cake Tool
#tool nuget:?package=Axion.Extensions.Http.Resilience.Caching.Hybrid&version=9.0.0                

Axion.Extensions.Http.Resilience.Caching.Hybrid

Caching Resilience mechanism for HttpClient built on the Polly Caching Strategy that utilizes HybridCache.

Axion.Extensions.Http.Resilience.Caching.Hybrid via NuGet

NuGet version

Usage

Dependency Injection

services.AddHybrdCache().AddSerializer(HttpResponseMessageHybridCacheSerializer.Instance);

services.AddHttpClient("name")
    .AddResilienceHandler(
    "name",
    (pipeline, handlerContext) =>
        pipeline.AddCaching(new HttpCachingStrategyOptions()
        {
            HybridCache = handlerContext.ServiceProvider.GetRequiredService<HybridCache>(),
        });
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. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Axion.Extensions.Http.Resilience.Caching.Hybrid:

Package Downloads
Axion.Extensions.Http.Resilience.DuplicateRequestCollapsing.Caching.Hybrid

Collapse concurrent duplicate requests to a single execution Resilience mechanism for HttpClient built on the Polly Caching Strategy that utilizes HybridCache.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.0 39 12/16/2024
9.0.0-preview.9.24556.5.0 65 12/13/2024