CacheManager.SystemRuntimeCaching
0.8.0
See the version list below for details.
Install-Package CacheManager.SystemRuntimeCaching -Version 0.8.0
dotnet add package CacheManager.SystemRuntimeCaching --version 0.8.0
<PackageReference Include="CacheManager.SystemRuntimeCaching" Version="0.8.0" />
paket add CacheManager.SystemRuntimeCaching --version 0.8.0
#r "nuget: CacheManager.SystemRuntimeCaching, 0.8.0"
// Install CacheManager.SystemRuntimeCaching as a Cake Addin
#addin nuget:?package=CacheManager.SystemRuntimeCaching&version=0.8.0
// Install CacheManager.SystemRuntimeCaching as a Cake Tool
#tool nuget:?package=CacheManager.SystemRuntimeCaching&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. This package contains the specific cache handle for System.Runtime.Caching.MemoryCache.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
DNX | dnx451 |
-
.NETFramework 4.0
- CacheManager.Core (>= 0.8.0)
-
.NETFramework 4.5
- CacheManager.Core (>= 0.8.0)
-
DNX 4.5.1
- CacheManager.Core (>= 0.8.0)
NuGet packages (10)
Showing the top 5 NuGet packages that depend on CacheManager.SystemRuntimeCaching:
Package | Downloads |
---|---|
BSynchro.Cache
Package Description |
|
ESIConnectionLibrary
Package Description |
|
Log2Net
Log2NET is a tool for collecting log to databases or files for .NET and .NETCore. This component automatically collects the system's running logs (server operation, online statistics, etc.), exception logs. programmers can also add custom logs. This component supports.NET platform and.NETCore platform, supports file, sql server, oracle, mysql, and can be easily extended to other databases. |
|
zAppDev.DotNet.Framework
Package Description |
|
Luna.Service
Luna.Service命令行服务 |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on CacheManager.SystemRuntimeCaching:
Repository | Stars |
---|---|
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
|
Version | Downloads | Last updated |
---|---|---|
2.0.0-beta-1629 | 121,993 | 11/15/2018 |
1.2.0 | 609,346 | 12/6/2018 |
1.1.2 | 620,598 | 11/18/2017 |
1.1.1 | 102,623 | 7/2/2017 |
1.1.0 | 62,119 | 6/5/2017 |
1.0.1 | 50,343 | 4/20/2017 |
1.0.0 | 22,016 | 3/19/2017 |
1.0.0-beta-1456 | 730 | 3/14/2017 |
0.9.3 | 258,484 | 2/3/2017 |
0.9.2 | 68,947 | 12/1/2016 |
0.9.1 | 36,170 | 9/23/2016 |
0.9.0 | 16,576 | 8/21/2016 |
0.8.0 | 54,388 | 2/28/2016 |
0.7.4 | 1,428 | 2/14/2016 |
0.7.3 | 972 | 2/5/2016 |
0.7.2 | 1,229 | 1/27/2016 |
0.7.1 | 3,057 | 1/20/2016 |
0.7.0 | 2,186 | 12/26/2015 |
0.6.1 | 8,943 | 10/31/2015 |
0.6.0 | 2,923 | 6/9/2015 |
0.5.0 | 2,062 | 4/15/2015 |
0.4.4.1 | 977 | 4/10/2015 |
0.4.4 | 963 | 4/10/2015 |
0.4.3 | 1,065 | 4/4/2015 |
0.4.2 | 1,007 | 3/31/2015 |
0.4.1 | 1,023 | 3/27/2015 |
0.4.0 | 942 | 3/22/2015 |
0.3.1 | 2,603 | 6/16/2014 |
0.3.0 | 1,366 | 3/5/2014 |
0.2.0 | 1,121 | 2/23/2014 |
0.1.5 | 1,236 | 2/16/2014 |
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