ReCache 5.0.0

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

// Install ReCache as a Cake Tool
#tool nuget:?package=ReCache&version=5.0.0

A high performance, in-memory, concurrency safe, transparent generic key / value cache - basically, it makes some stuff a lot faster

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  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.

This package has no dependencies.

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
8.0.0 8,317 9/3/2017
7.0.1 1,538 8/17/2017
7.0.0 1,138 2/21/2017
6.0.0 936 2/19/2017
5.0.0 944 1/31/2017
4.0.1 972 1/16/2017
4.0.0 960 1/14/2017
3.0.0 1,002 1/1/2017
2.0.1 1,276 6/9/2016
2.0.0 1,215 5/26/2016
1.1.2 1,421 9/14/2015
1.1.1 1,318 9/14/2015
1.1.0 1,235 9/14/2015
1.0.0.27951 1,461 4/21/2015
1.0.0.25626 1,350 4/21/2015
1.0.0.24727 1,138 4/21/2015

Added a RefreshCacheFailedCallback to the SelfRefreshingCache.

Improved the signature of most of the callbacks to correct data types.

Improved logic of all callbacks.

Made all callbacks failsafe. I.e. if the action that the client code registered as a callback throws an exception, the exception will be suppressed and therefore won't break the cache.

Removed the CacheEntry.ClientContext property. It was a vestige from an old idea that wasn't being used.