CleanArchitectureUtility.Extensions.Caching.InMemory
10.0.0
dotnet add package CleanArchitectureUtility.Extensions.Caching.InMemory --version 10.0.0
NuGet\Install-Package CleanArchitectureUtility.Extensions.Caching.InMemory -Version 10.0.0
<PackageReference Include="CleanArchitectureUtility.Extensions.Caching.InMemory" Version="10.0.0" />
<PackageVersion Include="CleanArchitectureUtility.Extensions.Caching.InMemory" Version="10.0.0" />
<PackageReference Include="CleanArchitectureUtility.Extensions.Caching.InMemory" />
paket add CleanArchitectureUtility.Extensions.Caching.InMemory --version 10.0.0
#r "nuget: CleanArchitectureUtility.Extensions.Caching.InMemory, 10.0.0"
#:package CleanArchitectureUtility.Extensions.Caching.InMemory@10.0.0
#addin nuget:?package=CleanArchitectureUtility.Extensions.Caching.InMemory&version=10.0.0
#tool nuget:?package=CleanArchitectureUtility.Extensions.Caching.InMemory&version=10.0.0
Clean Architecture - In-Memory Caching Extension This project implements an in-memory caching extension in a Clean Architecture setup. The in-memory caching extension helps to improve the performance of the application by caching data in the server�s memory, thus reducing the number of repetitive database calls and enhancing response times for frequently accessed data. The caching extension is designed to adhere to the principles of Clean Architecture, where the concerns are well-separated across layers to ensure scalability, maintainability, and testability.
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
- CleanArchitectureUtility.Extensions.Abstractions (>= 10.0.0)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.Caching.Memory (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.Configuration (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.DependencyInjection (>= 10.0.0-preview.1.25080.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.