CacheManager.Web 1.1.0

There is a newer version of this package available.
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
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.Web" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CacheManager.Web --version 1.1.0
#r "nuget: CacheManager.Web, 1.1.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.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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,188 11/15/2018
1.2.0 47,866 12/6/2018
1.1.2 10,919 11/18/2017
1.1.1 25,527 7/2/2017
1.1.0 10,127 6/5/2017
1.0.1 1,977 4/20/2017
1.0.0 1,498 3/19/2017
1.0.0-beta-1456 777 3/14/2017
0.9.3 62,374 2/3/2017
0.9.2 4,830 12/1/2016
0.9.1 6,322 9/23/2016
0.9.0 1,538 8/21/2016
0.8.0 14,016 2/28/2016
0.7.4 1,180 2/14/2016
0.7.3 1,071 2/5/2016
0.7.2 1,208 1/27/2016
0.7.1 3,150 1/20/2016
0.7.0 1,834 12/26/2015
0.6.1 1,396 10/31/2015
0.6.0 3,646 6/9/2015
0.5.0 1,448 4/15/2015
0.4.4.1 1,164 4/11/2015
0.4.4 1,136 4/10/2015
0.4.3 1,201 4/4/2015
0.4.2 1,157 3/31/2015
0.4.1 1,158 3/27/2015
0.4.0 1,157 3/22/2015
0.3.1 1,477 6/16/2014
0.3.0 1,617 3/5/2014
0.2.0 1,289 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