CacheManager.Web
0.7.2
CacheManager is an open source abstraction layer for caching 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.
See the version list below for details.
Install-Package CacheManager.Web -Version 0.7.2
dotnet add package CacheManager.Web --version 0.7.2
<PackageReference Include="CacheManager.Web" Version="0.7.2" />
paket add CacheManager.Web --version 0.7.2
#r "nuget: CacheManager.Web, 0.7.2"
Release Notes
New Features
* Added logging, added logging abstraction to core and a first implementation based on Microsoft.Extensions.Logging (new NuGet "CacheManager.AspNetCore.Logging")
Enhancements
* Redis: Get, Set and Updates have been rewritten to use Lua scripts.
This way all operations behave better than lock or transactions in worst case scenarios (fail overs, server restarts etc...)
Bugfixes:
* Redis value converter didn't work with .net framework and .net core mixed clr types
* Redis init with disposed TextWriter
* In memory cache 'Update' didn't work properly
Dependencies
-
.NETFramework 4.0
- CacheManager.Core (>= 0.7.2)
-
.NETFramework 4.5
- CacheManager.Core (>= 0.7.2)
-
DNX 4.5.1
- CacheManager.Core (>= 0.7.2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2.0.0-beta-1629 | 3,931 | 11/15/2018 |
1.2.0 | 16,089 | 12/6/2018 |
1.1.2 | 7,067 | 11/18/2017 |
1.1.1 | 15,963 | 7/2/2017 |
1.1.0 | 9,214 | 6/5/2017 |
1.0.1 | 1,539 | 4/20/2017 |
1.0.0 | 1,046 | 3/19/2017 |
1.0.0-beta-1456 | 531 | 3/14/2017 |
0.9.3 | 29,212 | 2/3/2017 |
0.9.2 | 4,238 | 12/1/2016 |
0.9.1 | 4,943 | 9/23/2016 |
0.9.0 | 1,076 | 8/21/2016 |
0.8.0 | 12,010 | 2/28/2016 |
0.7.4 | 740 | 2/14/2016 |
0.7.3 | 650 | 2/5/2016 |
0.7.2 | 757 | 1/27/2016 |
0.7.1 | 2,682 | 1/20/2016 |
0.7.0 | 1,337 | 12/26/2015 |
0.6.1 | 949 | 10/31/2015 |
0.6.0 | 896 | 6/9/2015 |
0.5.0 | 901 | 4/15/2015 |
0.4.4.1 | 668 | 4/11/2015 |
0.4.4 | 661 | 4/10/2015 |
0.4.3 | 731 | 4/4/2015 |
0.4.2 | 666 | 3/31/2015 |
0.4.1 | 696 | 3/27/2015 |
0.4.0 | 714 | 3/22/2015 |
0.3.1 | 975 | 6/16/2014 |
0.3.0 | 1,117 | 3/5/2014 |
0.2.0 | 789 | 2/23/2014 |