CacheManager.Serialization.Json
0.8.0
See the version list below for details.
dotnet add package CacheManager.Serialization.Json --version 0.8.0
NuGet\Install-Package CacheManager.Serialization.Json -Version 0.8.0
<PackageReference Include="CacheManager.Serialization.Json" Version="0.8.0" />
paket add CacheManager.Serialization.Json --version 0.8.0
#r "nuget: CacheManager.Serialization.Json, 0.8.0"
// Install CacheManager.Serialization.Json as a Cake Addin #addin nuget:?package=CacheManager.Serialization.Json&version=0.8.0 // Install CacheManager.Serialization.Json as a Cake Tool #tool nuget:?package=CacheManager.Serialization.Json&version=0.8.0
CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features. The Core library contains a Newtonsoft.Json based serializer implementation which can be used instead of the default binary serializer.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
.NETPlatform | dotnet52 is compatible. |
DNX | dnx451 is compatible. |
-
.NETFramework 4.0
- CacheManager.Core (>= 0.8.0)
- Newtonsoft.Json (>= 6.0.8)
-
.NETFramework 4.5
- CacheManager.Core (>= 0.8.0)
- Newtonsoft.Json (>= 6.0.8)
-
.NETPlatform 5.2
- CacheManager.Core (>= 0.8.0)
- Newtonsoft.Json (>= 6.0.8)
-
DNX 4.5.1
- CacheManager.Core (>= 0.8.0)
- Newtonsoft.Json (>= 6.0.8)
NuGet packages (30)
Showing the top 5 NuGet packages that depend on CacheManager.Serialization.Json:
Package | Downloads |
---|---|
Datory
基于 Dapper 及 SqlKata 的通用数据库操作库,支持MySQL、SQLServer、PostgreSql、达梦、人大金仓以及 Sqlite 等多种数据库类型。 |
|
BSynchro.Cache
Package Description |
|
BSynchro.RatingEngine.Core
Package Description |
|
Inaction.Extensions
.net core 快速开发框架,请下载Inaction.Web |
|
Hummingbird.Extensions.Cache
分布式缓存 |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on CacheManager.Serialization.Json:
Repository | Stars |
---|---|
ThreeMammals/Ocelot
.NET API Gateway
|
|
VahidN/EFCoreSecondLevelCacheInterceptor
EF Core Second Level Cache Interceptor
|
|
VahidN/EFSecondLevelCache.Core
Entity Framework Core Second Level Caching Library
|
|
guoming/Hummingbird
分布式锁,分布式ID,分布式消息队列、配置中心、注册中心、服务注册发现、超时、重试、熔断、负载均衡
|
|
DavidChild/Bitter.Core.Orm.NetCore
bitter.core is a high-performance and easy-to-use netcore / netframework orm framework. I think you'll love it. designed for development and efficiency. efficiency, high performance and high stability are always the pursuit of programmers. bittercore was born for that. you want to be lazy, even lazier! simple, more simple! controllable, more controllable! please use it bitter.Core .
|
Version | Downloads | Last updated |
---|---|---|
2.0.0-beta-1629 | 282,583 | 11/15/2018 |
1.2.0 | 3,517,047 | 12/6/2018 |
1.1.2 | 663,704 | 11/18/2017 |
1.1.1 | 153,944 | 7/2/2017 |
1.1.0 | 14,879 | 6/5/2017 |
1.0.1 | 8,201 | 4/20/2017 |
1.0.0 | 19,345 | 3/19/2017 |
1.0.0-beta-1456 | 1,744 | 3/14/2017 |
0.9.3 | 13,715 | 2/3/2017 |
0.9.2 | 30,784 | 12/1/2016 |
0.9.1 | 19,871 | 9/23/2016 |
0.9.0 | 5,142 | 8/21/2016 |
0.8.0 | 42,065 | 2/28/2016 |
0.7.4 | 2,020 | 2/14/2016 |
0.7.3 | 1,904 | 2/5/2016 |
0.7.2 | 2,188 | 1/27/2016 |
0.7.1 | 1,924 | 1/20/2016 |
0.7.0 | 2,720 | 12/26/2015 |
Breaking Changes:
CacheBackPlate got renamed to CacheBackplane. This affects all related implementations, documentation and configuration elements. #44
New features and updates:
Added feature check for Redis cache handle, now supporting older versions of Redis server #42
CacheBackplane now works with events
CacheBackplane performance has been improved significantly #39
Documentation for Serialization added #40
API reference documentation: Replaced the old one with new, custom, based on docfx #40
Added periodical expire check to dictionary cache handle bf76178