LevelUp.ServiceDefaults.Caching 0.3.3

dotnet add package LevelUp.ServiceDefaults.Caching --version 0.3.3
                    
NuGet\Install-Package LevelUp.ServiceDefaults.Caching -Version 0.3.3
                    
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="LevelUp.ServiceDefaults.Caching" Version="0.3.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LevelUp.ServiceDefaults.Caching" Version="0.3.3" />
                    
Directory.Packages.props
<PackageReference Include="LevelUp.ServiceDefaults.Caching" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LevelUp.ServiceDefaults.Caching --version 0.3.3
                    
#r "nuget: LevelUp.ServiceDefaults.Caching, 0.3.3"
                    
#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.
#:package LevelUp.ServiceDefaults.Caching@0.3.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LevelUp.ServiceDefaults.Caching&version=0.3.3
                    
Install as a Cake Addin
#tool nuget:?package=LevelUp.ServiceDefaults.Caching&version=0.3.3
                    
Install as a Cake Tool

LevelUp.ServiceDefaults.Caching

Opt-in caching satellite for LevelUp.ServiceDefaults. Wires FusionCache's .AsHybridCache() adapter as the application's HybridCache, giving an in-process L1 with an optional Redis L2 and a Redis backplane for cross-instance invalidation. The FusionCache/Redis dependencies are isolated here so they stay out of the AOT-safe core.

Usage

builder.AddLevelUpServiceDefaults()
       .AddLevelUpHybridCache(); // L1 always; L2 + backplane only with ConnectionStrings:cache

The L2 distributed cache and the invalidation backplane self-disable when no ConnectionStrings:cache is configured: the call registers an L1-only cache and does not throw, keeping the canonical shim uniform across services.

Product 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. 
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 LevelUp.ServiceDefaults.Caching:

Package Downloads
LevelUp.ServiceDefaults.Azure

Azure satellite for LevelUp.ServiceDefaults: Azure Monitor OpenTelemetry distro and Key Vault configuration provider, each gated on config. No-op otherwise.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.3 0 6/23/2026
0.3.2 0 6/23/2026
0.3.1 27 6/22/2026
0.3.0 59 6/21/2026
0.3.0-preview.1 45 6/21/2026
0.2.0 48 6/21/2026
0.1.0 43 6/21/2026