CacheManager.Serialization.Json 1.0.0

.NET Standard 1.2 .NET Framework 4.0
There is a newer version of this package available.
See the version list below for details.
dotnet add package CacheManager.Serialization.Json --version 1.0.0
NuGet\Install-Package CacheManager.Serialization.Json -Version 1.0.0
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="CacheManager.Serialization.Json" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CacheManager.Serialization.Json --version 1.0.0
#r "nuget: CacheManager.Serialization.Json, 1.0.0"
#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 CacheManager.Serialization.Json as a Cake Addin
#addin nuget:?package=CacheManager.Serialization.Json&version=1.0.0

// Install CacheManager.Serialization.Json as a Cake Tool
#tool nuget:?package=CacheManager.Serialization.Json&version=1.0.0

CacheManager extension package providing JSON serialization for distributed caches. 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
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
Windows Phone wpa81
Windows Store netcore451
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (27)

Showing the top 5 NuGet packages that depend on CacheManager.Serialization.Json:

Package Downloads
Datory

基于 Dapper 及 SqlKata 的通用数据库操作库,支持SqlServer、MySql、PostgreSql以及SQLite。

BSynchro.RatingEngine.Core

Package Description

Inaction.Extensions

.net core 快速开发框架,请下载Inaction.Web

MayHan.Tools.Standard

美涵科技公共组件

Hummingbird.Extensions.Cache

分布式缓存

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on CacheManager.Serialization.Json:

Repository Stars
ThreeMammals/Ocelot
.NET core API Gateway
VahidN/EFCoreSecondLevelCacheInterceptor
EF Core Second Level Cache Interceptor
VahidN/EFSecondLevelCache.Core
Entity Framework Core Second Level Caching Library
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 .
guoming/Hummingbird
分布式锁,分布式ID,分布式消息队列、配置中心、注册中心、服务注册发现、超时、重试、熔断、负载均衡
Version Downloads Last updated
2.0.0-beta-1629 158,404 11/15/2018
1.2.0 2,433,488 12/6/2018
1.1.2 597,498 11/18/2017
1.1.1 134,723 7/2/2017
1.1.0 13,733 6/5/2017
1.0.1 6,773 4/20/2017
1.0.0 13,090 3/19/2017
1.0.0-beta-1456 791 3/14/2017
0.9.3 12,118 2/3/2017
0.9.2 29,682 12/1/2016
0.9.1 18,348 9/23/2016
0.9.0 4,190 8/21/2016
0.8.0 39,915 2/28/2016
0.7.4 1,084 2/14/2016
0.7.3 984 2/5/2016
0.7.2 1,237 1/27/2016
0.7.1 994 1/20/2016
0.7.0 1,418 12/26/2015

This is finally the 1.0 release.
It has been some time but after migration the solution to the new csproj format and Visual Studio 2017, it was about time ;)

Thanks everyone for supporting this library and sending in either feature requests, questions or bug reports!

**New Things**
* New serializer(s) based on [Microsoft.Bond](https://github.com/Microsoft/bond) supporting all three Bond serializers! #127
* Eviction based events reacting on the cache vendor specific evictions see #116
 * New event on `BaseCacheManager` with information about which cache handle and why the event was triggered
 * With this, CacheManager now can sync the cache `Up`.

**Minor New Things**
* Dictionary Cache Handle now has a timer based eviction loop which should be more reliable.
* The Memcached cache handle now finally has a working clear region function #104
* All serializers can be used via Microsoft's configuration extensions as known types (also added to the json schema)
* Memcached and Redis cache handles now can be configured to use an already initialized client. The `WithxyzHandle` extension methods have new overloads to pass in the existing client. #118

**Bug Fixes**
* #134 Serialization had some issues in some cases with loading the correct Types
* #136 when working with absolute expiration, there were some odds when renewing the expiration date
* Memcached handle had a bug in version 0.9.3 when configured via xml configuration section, see #118

**Breaking Changes**
* UpdateMode `Full` has been removed
* Minimum netstandard has been increased to 1.2 from 1.1 for the `Core` package

Please report any bugs on github, and feel free to ask questions on either StackOverflow with the `[cachemanager]` tag or on our (moved) homepage http://cachemanager.michaco.net/.