Themia.Caching 0.8.3

dotnet add package Themia.Caching --version 0.8.3
                    
NuGet\Install-Package Themia.Caching -Version 0.8.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="Themia.Caching" Version="0.8.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Themia.Caching" Version="0.8.3" />
                    
Directory.Packages.props
<PackageReference Include="Themia.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 Themia.Caching --version 0.8.3
                    
#r "nuget: Themia.Caching, 0.8.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 Themia.Caching@0.8.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=Themia.Caching&version=0.8.3
                    
Install as a Cake Addin
#tool nuget:?package=Themia.Caching&version=0.8.3
                    
Install as a Cake Tool

Themia caching — memory + Redis cache providers with JSON/MessagePack serialization, a fluent builder, and options.

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 (3)

Showing the top 3 NuGet packages that depend on Themia.Caching:

Package Downloads
Themia.Mediator

Themia mediator — IMediator/IRequest pipeline with FluentValidation, logging, caching, performance, and transaction behaviors, plus a source-generated handler dispatcher.

Themia.Services

Themia service abstractions — cross-cutting marker interfaces (IService/IDomainService/IInfrastructureService/IIntegrationService) and infrastructure-service contracts (email, SMS, push, storage, report export, cache accessor, background jobs, secrets, audit log, tokens, event bus) as forward-seams for Themia modules.

Themia.Framework

Themia framework metapackage — one reference for the framework core set (Core, Logging, Caching, Services, MultiTenancy, Mediator, MultiTenancy.Mediator, Data.Abstractions, AspNetCore integration). Deliberately excludes the data peer: add exactly one Themia.Framework.Data.EFCore.* or Themia.Framework.Data.Dapper.* package to complete the stack.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.8.3 0 7/12/2026
0.8.2 0 7/12/2026
0.8.1 0 7/12/2026
0.8.0 41 7/11/2026
0.7.2 49 7/10/2026
0.7.1 83 7/8/2026
0.7.0 93 7/8/2026
0.6.9 307 6/30/2026
0.6.8 132 6/24/2026
0.6.7 590 6/23/2026
0.6.6 142 6/23/2026
0.6.5 132 6/23/2026
0.6.4 132 6/23/2026
0.6.2 135 6/22/2026
0.6.1 165 6/22/2026
0.6.0 126 6/22/2026
0.5.10 133 6/21/2026
0.5.9 193 6/20/2026
0.5.8 158 6/20/2026
Loading failed