CacheManager.Web
1.1.0
See the version list below for details.
dotnet add package CacheManager.Web --version 1.1.0
NuGet\Install-Package CacheManager.Web -Version 1.1.0
<PackageReference Include="CacheManager.Web" Version="1.1.0" />
paket add CacheManager.Web --version 1.1.0
#r "nuget: CacheManager.Web, 1.1.0"
// Install CacheManager.Web as a Cake Addin #addin nuget:?package=CacheManager.Web&version=1.1.0 // Install CacheManager.Web as a Cake Tool #tool nuget:?package=CacheManager.Web&version=1.1.0
CacheManager extension package which uses System.Web.Caching and also comes with a custom OutputCache provider. CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
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. |
-
.NETFramework 4.0
- CacheManager.Core (>= 1.1.0)
-
.NETFramework 4.5
- CacheManager.Core (>= 1.1.0)
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 |
---|---|---|
2.0.0-beta-1629 | 5,340 | 11/15/2018 |
1.2.0 | 55,443 | 12/6/2018 |
1.1.2 | 12,187 | 11/18/2017 |
1.1.1 | 29,043 | 7/2/2017 |
1.1.0 | 10,163 | 6/5/2017 |
1.0.1 | 2,006 | 4/20/2017 |
1.0.0 | 1,536 | 3/19/2017 |
1.0.0-beta-1456 | 804 | 3/14/2017 |
0.9.3 | 64,086 | 2/3/2017 |
0.9.2 | 4,906 | 12/1/2016 |
0.9.1 | 6,501 | 9/23/2016 |
0.9.0 | 1,570 | 8/21/2016 |
0.8.0 | 14,549 | 2/28/2016 |
0.7.4 | 1,214 | 2/14/2016 |
0.7.3 | 1,102 | 2/5/2016 |
0.7.2 | 1,241 | 1/27/2016 |
0.7.1 | 3,182 | 1/20/2016 |
0.7.0 | 1,857 | 12/26/2015 |
0.6.1 | 1,431 | 10/31/2015 |
0.6.0 | 4,956 | 6/9/2015 |
0.5.0 | 1,499 | 4/15/2015 |
0.4.4.1 | 1,205 | 4/11/2015 |
0.4.4 | 1,179 | 4/10/2015 |
0.4.3 | 1,236 | 4/4/2015 |
0.4.2 | 1,197 | 3/31/2015 |
0.4.1 | 1,198 | 3/27/2015 |
0.4.0 | 1,201 | 3/22/2015 |
0.3.1 | 1,518 | 6/16/2014 |
0.3.0 | 1,664 | 3/5/2014 |
0.2.0 | 1,332 | 2/23/2014 |
Release 1.1.0 comes with some improvements for redis keyspace events and some love for the Couchbase based implementation.
# New Features
* If configured, CacheManager can now listen on external `del`s in Redis and sync the instances accordingly (see #148)
* The redis backplane can now also be used with in-memory caches only (see #111).
* Added compatibility mode setting to Redis and support for TwemProxy (see #54 and https://github.com/MichaCo/CacheManager/commit/07f1db9ff29291accb76c7b1bbb731d49bff6091). Also added lua script support without pre-loading (if that is not available).
## Improvements for Couchbase (see #154)
* Added netstandard support as the Couchbase client now supports it.
* A bunch of configuration and initialization changes. The extensions to configure Couchbase now are more flexible.
# Other Improvements
The API documentation has been updated/fixed to use latest version of docfx and is published on the re-designed site http://cachemanager.michaco.net/.
# Bug Fixes
* #159 Small sanity check for too low expiration timeouts when using Redis