Indiko.Blocks.Caching.Abstractions
2.7.8
dotnet add package Indiko.Blocks.Caching.Abstractions --version 2.7.8
NuGet\Install-Package Indiko.Blocks.Caching.Abstractions -Version 2.7.8
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="Indiko.Blocks.Caching.Abstractions" Version="2.7.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Indiko.Blocks.Caching.Abstractions" Version="2.7.8" />
<PackageReference Include="Indiko.Blocks.Caching.Abstractions" />
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 Indiko.Blocks.Caching.Abstractions --version 2.7.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Indiko.Blocks.Caching.Abstractions, 2.7.8"
#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 Indiko.Blocks.Caching.Abstractions@2.7.8
#: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=Indiko.Blocks.Caching.Abstractions&version=2.7.8
#tool nuget:?package=Indiko.Blocks.Caching.Abstractions&version=2.7.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Indiko.Blocks.Caching.Abstractions
Abstractions and builder primitives for the Indiko caching subsystem.
Overview
This package defines cache contracts, common options, and builder APIs that concrete providers (InMemory, Redis) extend.
Key Components
ICacheServicefor get/set/remove and cache orchestration.ICacheKeyProviderfor key generation.ICachingBuilderandCachingBuilderfor provider extension chaining.CachingOptionsandCacheKeyProvider.
DI Registration Entry Point
services.AddCaching(IConfiguration):
- Registers
ICachingBuilder. - Registers
ICacheKeyProvideras singleton. - Binds
CachingOptionsfrom configuration sectionCachingOptions.
Configuration
Configuration section: CachingOptions
EnabledExpirationCacheDurationUseSlidingExpiration
Runtime Behavior and Caveats
- This package does not provide a concrete cache backend by itself.
- Key provider registration appears in both top-level setup and builder initialization path (duplicate singleton registrations are benign but redundant).
Minimal Usage
services.AddCaching(Configuration);
// then provider package extension:
// .UseInMemory() or .UseRedis(Configuration)
Target Framework
- .NET 10
Related Packages
Indiko.Blocks.Caching.InMemoryIndiko.Blocks.Caching.Redis
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- CommunityToolkit.Diagnostics (>= 8.4.2)
- Indiko.Blocks.Common.Abstractions (>= 2.7.8)
- Microsoft.Extensions.Options (>= 10.0.6)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Indiko.Blocks.Caching.Abstractions:
| Package | Downloads |
|---|---|
|
Indiko.Blocks.Caching.InMemory
Building Blocks Caching InMemory |
|
|
Indiko.Blocks.Caching.Redis
Building Blocks Caching Redis |
|
|
Indiko.Blocks.API.Idempotency
Building Blocks API Idempotency |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.7.8 | 44 | 5/7/2026 |
| 2.7.7 | 48 | 5/7/2026 |
| 2.7.6 | 163 | 4/23/2026 |
| 2.7.5 | 159 | 4/23/2026 |
| 2.7.4 | 128 | 4/23/2026 |
| 2.7.3 | 115 | 4/23/2026 |
| 2.7.2 | 114 | 4/23/2026 |
| 2.7.1 | 127 | 4/23/2026 |
| 2.7.0 | 119 | 4/23/2026 |
| 2.6.4 | 141 | 4/21/2026 |
| 2.6.3 | 117 | 4/21/2026 |
| 2.6.2 | 107 | 4/21/2026 |
| 2.6.1 | 113 | 4/18/2026 |
| 2.6.0 | 117 | 4/17/2026 |
| 2.5.1 | 114 | 4/14/2026 |
| 2.5.0 | 117 | 3/30/2026 |
| 2.2.18 | 128 | 3/8/2026 |
| 2.2.17 | 111 | 3/8/2026 |
| 2.2.16 | 126 | 3/8/2026 |
| 2.2.15 | 120 | 3/7/2026 |
Loading failed