![]() |
VOOZH | about |
dotnet add package Biss.DbCacheConverter --version 10.4.5
NuGet\Install-Package Biss.DbCacheConverter -Version 10.4.5
<PackageReference Include="Biss.DbCacheConverter" Version="10.4.5" />
<PackageVersion Include="Biss.DbCacheConverter" Version="10.4.5" />Directory.Packages.props
<PackageReference Include="Biss.DbCacheConverter" />Project file
paket add Biss.DbCacheConverter --version 10.4.5
#r "nuget: Biss.DbCacheConverter, 10.4.5"
#:package Biss.DbCacheConverter@10.4.5
#addin nuget:?package=Biss.DbCacheConverter&version=10.4.5Install as a Cake Addin
#tool nuget:?package=Biss.DbCacheConverter&version=10.4.5Install as a Cake Tool
© 2026 FOTEC Forschungs- und Technologietransfer GmbH | https://www.fotec.at
This NuGet package provides all necessary classes and interfaces for caching database entries to accelerate request processing, such as through REST controllers. It implements a generic caching layer on top of Entity Framework Core models.
To use this library, install the NuGet package. The DbCacheConverterBase class plays a central role as the foundation for implementing cache converters for individual database tables. You can bundle converter instances and initialize them via Dependency Injection:
\\csharp public class UserCacheConverter : DbCacheConverterBase<User> { public UserCacheConverter(IDbContext dbContext) : base(dbContext) { } }
// In your Startup/Program.cs: services.AddScoped<UserCacheConverter>(); \\
| Package | Version | Purpose |
|---|---|---|
| Biss.Core | Latest | Core utilities and base classes |
| Biss.Db | Latest | Database foundation and Entity Framework Core integration |
| Microsoft.EntityFrameworkCore | 10.0.2+ | ORM and database abstraction framework |
| Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions | 10.0.2+ | Health check abstractions for monitoring |
| Swashbuckle.AspNetCore.SwaggerGen | 10.1.2+ | Swagger/OpenAPI documentation generation |
| Microsoft.AspNetCore.Authentication.JwtBearer | 10.0.2+ | JWT bearer authentication for APIs |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 2 NuGet packages that depend on Biss.DbCacheConverter:
| Package | Downloads |
|---|---|
|
Biss.Apps.Template.ConnectivityHostTemplate
Biss Core SDK |
|
|
Biss.Apps.Template.DbTemplate
Biss Core SDK |
This package is not used by any popular GitHub repositories.
Changelog.md