MassLab.Common.Caching
1.0.3
dotnet add package MassLab.Common.Caching --version 1.0.3
NuGet\Install-Package MassLab.Common.Caching -Version 1.0.3
<PackageReference Include="MassLab.Common.Caching" Version="1.0.3" />
<PackageVersion Include="MassLab.Common.Caching" Version="1.0.3" />
<PackageReference Include="MassLab.Common.Caching" />
paket add MassLab.Common.Caching --version 1.0.3
#r "nuget: MassLab.Common.Caching, 1.0.3"
#:package MassLab.Common.Caching@1.0.3
#addin nuget:?package=MassLab.Common.Caching&version=1.0.3
#tool nuget:?package=MassLab.Common.Caching&version=1.0.3
Base abstractions for caching in the MassLab.Common ecosystem. Provides interfaces and models for cache-agnostic code that works with both in-memory and distributed Redis caching providers.
| 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. |
-
net10.0
NuGet packages (4)
Showing the top 4 NuGet packages that depend on MassLab.Common.Caching:
| Package | Downloads |
|---|---|
|
MassLab.Common.Idempotency
Idempotency middleware (Idempotency-Key header dedupe via ICacheService) for the MassLab framework. |
|
|
MassLab.Common.Caching.Memory
In-memory caching implementation for the MassLab.Common ecosystem. Provides fast, single-instance caching using Microsoft.Extensions.Caching.Memory. |
|
|
MassLab.Common.Caching.Redis
Distributed Redis caching implementation for the MassLab.Common ecosystem. Provides scalable, multi-instance caching with distributed locking support using StackExchange.Redis. |
|
|
MassLab.Common.Outbox
Transactional outbox pattern for the MassLab framework. Captures domain events into an EFCore-managed outbox table inside the same transaction, then dispatches them via IEventBus. |
GitHub repositories
This package is not used by any popular GitHub repositories.