ReCache 5.0.0
See the version list below for details.
dotnet add package ReCache --version 5.0.0
NuGet\Install-Package ReCache -Version 5.0.0
<PackageReference Include="ReCache" Version="5.0.0" />
paket add ReCache --version 5.0.0
#r "nuget: ReCache, 5.0.0"
// 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 | Versions 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. |
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 | 9,327 | 9/3/2017 |
7.0.1 | 1,571 | 8/17/2017 |
7.0.0 | 1,172 | 2/21/2017 |
6.0.0 | 950 | 2/19/2017 |
5.0.0 | 970 | 1/31/2017 |
4.0.1 | 1,007 | 1/16/2017 |
4.0.0 | 996 | 1/14/2017 |
3.0.0 | 1,038 | 1/1/2017 |
2.0.1 | 1,310 | 6/9/2016 |
2.0.0 | 1,252 | 5/26/2016 |
1.1.2 | 1,450 | 9/14/2015 |
1.1.1 | 1,331 | 9/14/2015 |
1.1.0 | 1,263 | 9/14/2015 |
1.0.0.27951 | 1,496 | 4/21/2015 |
1.0.0.25626 | 1,385 | 4/21/2015 |
1.0.0.24727 | 1,168 | 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.