CacheManager.Core 0.9.3

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

// Install CacheManager.Core as a Cake Tool
#tool nuget:?package=CacheManager.Core&version=0.9.3

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 all base interfaces and tools. You should install at least one other CacheManager package to get cache handle implementations.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 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 (63)

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

Package Downloads
CacheManager.StackExchange.Redis

CacheManager extension package which adds support for Redis as a distributed cache layer. CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.

CacheManager.Serialization.Json

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.

CacheManager.Microsoft.Extensions.Caching.Memory

CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features. This package contains the specific cache handle for Microsoft.Extensions.Caching.Memory.

CacheManager.Microsoft.Extensions.Configuration

CacheManager extension package to use Microsoft.Extensions.Configuration to configure the CacheManager instance. CacheManager is an open source caching abstraction layer for .NET written in C#. This is the ASP.NET Core configuration integration package.

CacheManager.SystemRuntimeCaching

CacheManager extension package which adds System.Runtime.Caching.MemoryCache as an option for a local in-memory cache layer. CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.

GitHub repositories (10)

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

Repository Stars
ThreeMammals/Ocelot
.NET API Gateway
VahidN/EFCoreSecondLevelCacheInterceptor
EF Core Second Level Cache Interceptor
TurnerSoftware/CacheTower
An efficient multi-layered caching system for .NET
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
Version Downloads Last updated
2.0.0-beta-1629 1,151,175 11/15/2018
1.2.0 7,254,240 12/6/2018
1.1.2 2,286,904 11/18/2017
1.1.1 490,650 7/2/2017
1.1.0 83,832 6/5/2017
1.0.1 90,100 4/20/2017
1.0.0 35,541 3/19/2017
1.0.0-beta-1456 2,747 3/14/2017
1.0.0-beta-1455 15,470 3/14/2017
0.9.3 438,101 2/3/2017
0.9.2 214,784 12/1/2016
0.9.1 59,332 9/23/2016
0.9.0 27,184 8/21/2016
0.8.0 281,159 2/28/2016
0.7.4 5,376 2/14/2016
0.7.3 3,188 2/5/2016
0.7.2 3,851 1/27/2016
0.7.1 5,557 1/20/2016
0.7.0 4,583 12/26/2015
0.6.1 14,179 10/31/2015
0.6.0 10,128 6/9/2015
0.5.0 6,710 4/15/2015
0.4.4.1 5,166 4/10/2015
0.4.4 4,990 4/10/2015
0.4.3 5,221 4/4/2015
0.4.2 5,070 3/31/2015
0.4.1 4,969 3/27/2015
0.4.0 5,044 3/22/2015
0.3.1 7,037 6/16/2014
0.3.0 5,227 3/5/2014
0.2.0 4,502 2/23/2014
0.1.5 5,121 2/16/2014

This release has some new features and fixes.

**New Features**
* Exists method to check if the key exists without actually retrieving it (if supported by the cache vendor) #46
* Added more "knownTypes" to Microsoft.Extensions.Configuration based CacheManager configuration's json schema #125 #123
  * for the Microsoft.Extensions.Caching.MemoryCache based cache handle
  * Protobuf serializer
  * GzJson serializer
* Allow Memcached and Redis cache handles to use pre existing cache clients. The clients can now be passed into the configuration methods `WithRedisConfiguration`, `WithMemcachedHandle`.  #118

**Other Changes**
* Instead of CacheManagerConfiguration now ICacheManagerConfiguration will be used everywhere (more injection friendly)
* Improved validation at configuration time in case a cache handle requires a serializer, but none is defined (only net core target as full framework falls back to binary).
* custom serialization logic for memcached to use our cache serializers instead of the build in binary.
* Added overload to configure binary serializer settings during configuration.

**Bug fixes**
* Validate expiration timeout not being in the past #74
* Changed update mechanism in the redis implementation to use a version field #109
* Fixed a bug where the mechanic in CacheManager which adds a key/value to other cache handles does not correctly apply expiration settings based on the cache handle configuration when it comes from Redis.
* other minor things

Please report any bugs or issues you find on [github](https://github.com/MichaCo/CacheManager)