CacheManager.Web 0.7.4

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

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

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 an System.Web.Caching.OutputCacheProvider which uses cache manager.

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. 
DNX dnx451 is compatible. 
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,197 11/15/2018
1.2.0 48,902 12/6/2018
1.1.2 11,039 11/18/2017
1.1.1 25,868 7/2/2017
1.1.0 10,128 6/5/2017
1.0.1 1,978 4/20/2017
1.0.0 1,499 3/19/2017
1.0.0-beta-1456 778 3/14/2017
0.9.3 62,587 2/3/2017
0.9.2 4,837 12/1/2016
0.9.1 6,341 9/23/2016
0.9.0 1,540 8/21/2016
0.8.0 14,081 2/28/2016
0.7.4 1,181 2/14/2016
0.7.3 1,072 2/5/2016
0.7.2 1,209 1/27/2016
0.7.1 3,151 1/20/2016
0.7.0 1,837 12/26/2015
0.6.1 1,397 10/31/2015
0.6.0 3,836 6/9/2015
0.5.0 1,452 4/15/2015
0.4.4.1 1,166 4/11/2015
0.4.4 1,140 4/10/2015
0.4.3 1,204 4/4/2015
0.4.2 1,160 3/31/2015
0.4.1 1,159 3/27/2015
0.4.0 1,158 3/22/2015
0.3.1 1,478 6/16/2014
0.3.0 1,621 3/5/2014
0.2.0 1,290 2/23/2014

Some Configuration refactoring / simplifications / extensions.
Added CacheManager.Microsoft.Extensions.Configuration (fixes #43) which allows to load configuration from json files and other sources.
Added a cachemanager.json schema file for json editors (like VS2015).
Renamed AspNetCore.Logging package to CacheManager.Microsoft.Extensions.Logging.
First iteration on Back-Plate optimizations #39.