DBCacheCore 4.4.7

dotnet add package DBCacheCore --version 4.4.7
NuGet\Install-Package DBCacheCore -Version 4.4.7
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="DBCacheCore" Version="4.4.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DBCacheCore --version 4.4.7
#r "nuget: DBCacheCore, 4.4.7"
#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.
// Install DBCacheCore as a Cake Addin
#addin nuget:?package=DBCacheCore&version=4.4.7

// Install DBCacheCore as a Cake Tool
#tool nuget:?package=DBCacheCore&version=4.4.7

基于redis与dapper的数据库缓存中间件。利用redis分布式锁来确保数据库与缓存的强一致性,并且有效解决缓存击穿、缓存雪崩等问题。

3.2.0 添加新成员QueryCache,提供对查询结果的缓存
3.2.1 QueryCache 加入异步方法
3.3.0 引入redlock.net组件
3.3.2 支持更多操作redis的方法
3.4.0 框架升级到netstandard2.1
4.0.0 整体重构项目,依赖完全解耦,使代码结构更加抽象化,并且更加开放,易扩展。此次版本更新较大,更新请慎重!
4.1.0 分布式锁抽象化,内置redlock
4.2.0 添加新成员HashCache,提供对字典类型的查询结果缓存
4.3.0 移除MySql.Data和System.Data.SqlClient的引用,新增DBCache.MySQL和DBCache.SqlServer两个nuget包
4.3.2 移除Newtonsoft.Json,并添加System.Text.Json
4.3.6 增加更多操作HashCache的方法
4.4.0 支持配置中心,所有配置项均支持热更新

帮助文档正在完善中......

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on DBCacheCore:

Package Downloads
DBCache.SqlServer

DBCacheCore的SqlServer支持

DBCache.MySQL

DBCacheCore的MySql支持

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.4.7 284 11/24/2023
4.4.6 96 11/24/2023
4.4.5 210 9/11/2023
4.4.3 171 9/4/2023
4.4.2 228 8/2/2023
4.4.1 896 8/23/2022
4.4.0 919 7/27/2022
4.3.6 911 7/15/2022
4.3.5 886 6/29/2022
4.3.4 903 6/21/2022
4.3.2 846 6/17/2022
4.3.0 1,362 6/17/2022
4.2.2 402 6/17/2022
4.2.1 410 6/15/2022
4.2.0 402 6/14/2022
4.1.2 399 6/9/2022
4.1.1 400 6/9/2022
4.1.0 428 6/9/2022
4.0.0 436 6/8/2022
3.4.0 442 6/6/2022
3.3.2 425 6/5/2022
3.3.1 410 6/4/2022
3.3.0 427 6/3/2022
3.2.3 430 6/2/2022
3.2.2 422 6/2/2022
3.2.1 419 6/2/2022
3.2.0 431 5/31/2022
3.0.1 420 5/26/2022
3.0.0 419 5/26/2022
2.1.0 426 5/25/2022
2.0.20 423 5/25/2022
2.0.19 430 5/24/2022
2.0.18 435 5/24/2022
2.0.17 409 5/24/2022
2.0.16 413 5/24/2022
2.0.15 416 5/24/2022
2.0.14 421 5/23/2022
2.0.13 446 4/1/2022
2.0.12 460 1/21/2022
2.0.11 313 12/14/2021
2.0.10 315 11/29/2021
2.0.9 329 8/17/2021
2.0.8 328 8/17/2021
2.0.7 331 8/11/2021
2.0.6 326 8/11/2021
2.0.5 340 7/6/2021
2.0.4 376 5/21/2021
2.0.3 360 4/28/2021
2.0.2 340 4/27/2021
2.0.1 348 4/27/2021
2.0.0 358 4/27/2021
1.3.0 355 4/26/2021
1.2.1 346 4/26/2021
1.2.0 360 4/1/2021
1.1.1 329 3/18/2021
1.1.0 334 3/18/2021
1.0.14 337 3/18/2021
1.0.13 330 3/17/2021
1.0.12 342 3/16/2021
1.0.11 352 3/12/2021
1.0.10 360 1/21/2021
1.0.9 364 1/21/2021
1.0.8 462 12/21/2020
1.0.7 446 12/16/2020
1.0.6 536 7/3/2020
1.0.5 600 7/2/2020
1.0.4 577 7/2/2020
1.0.3 508 7/2/2020
1.0.2 600 7/1/2020
1.0.1 584 7/1/2020
1.0.0 653 7/1/2020