PigKeyCacheCoreLib.SQLServer
1.2.18
See the version list below for details.
dotnet add package PigKeyCacheCoreLib.SQLServer --version 1.2.18
NuGet\Install-Package PigKeyCacheCoreLib.SQLServer -Version 1.2.18
<PackageReference Include="PigKeyCacheCoreLib.SQLServer" Version="1.2.18" />
paket add PigKeyCacheCoreLib.SQLServer --version 1.2.18
#r "nuget: PigKeyCacheCoreLib.SQLServer, 1.2.18"
// Install PigKeyCacheCoreLib.SQLServer as a Cake Addin #addin nuget:?package=PigKeyCacheCoreLib.SQLServer&version=1.2.18 // Install PigKeyCacheCoreLib.SQLServer as a Cake Tool #tool nuget:?package=PigKeyCacheCoreLib.SQLServer&version=1.2.18
PigCache
中文文档
PigCache is a lightweight key value caching system for multiple application scenarios. It can support single process micro applications to large-scale multi server load balancing scenarios. Most scenarios do not need the support of third-party services such as memcached or Redis. The running environment can support Windows or Linux platforms. Codes in different scenarios only need to reference different class libraries, Make minor changes to the source code.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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.1 is compatible. |
-
.NETCoreApp 3.1
- PigKeyCacheLib (>= 1.6.8)
- PigSQLSrvCoreLib (>= 1.6.8)
-
net5.0
- PigKeyCacheLib (>= 1.6.8)
- PigSQLSrvCoreLib (>= 1.6.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
3.3.56 | 302 | 5/28/2023 | |
3.3.50 | 236 | 4/20/2023 | |
3.3.38 | 555 | 8/2/2022 | |
3.3.28 | 471 | 8/1/2022 | |
3.3.18 | 460 | 8/1/2022 | |
3.3.8 | 470 | 7/29/2022 | |
3.2.38 | 470 | 7/26/2022 | |
3.2.18 | 473 | 7/19/2022 | |
3.2.16 | 711 | 7/11/2022 | |
3.2.10 | 732 | 7/11/2022 | |
3.2.8 | 729 | 7/8/2022 | |
3.2.6 | 528 | 7/3/2022 | |
3.1.80 | 721 | 6/16/2022 | |
3.1.60 | 736 | 6/14/2022 | |
3.1.50 | 480 | 6/8/2022 | |
3.1.38 | 500 | 5/25/2022 | |
3.1.28 | 713 | 4/14/2022 | |
3.1.16 | 968 | 1/15/2022 | |
3.1.8 | 741 | 1/11/2022 | |
3.0.38 | 349 | 12/31/2021 | |
3.0.36 | 346 | 12/29/2021 | |
3.0.30 | 447 | 12/28/2021 | |
2.0.82 | 506 | 12/17/2021 | |
1.2.18 | 550 | 11/14/2021 | |
1.2.8 | 481 | 10/17/2021 | |
1.2.3 | 655 | 10/10/2021 | |
1.1.18 | 506 | 10/5/2021 | |
1.0.18 | 522 | 9/21/2021 |
PigKeyValue optimization and reference the latest class library.