ReCache 3.0.0
See the version list below for details.
dotnet add package ReCache --version 3.0.0
NuGet\Install-Package ReCache -Version 3.0.0
<PackageReference Include="ReCache" Version="3.0.0" />
paket add ReCache --version 3.0.0
#r "nuget: ReCache, 3.0.0"
// Install ReCache as a Cake Addin #addin nuget:?package=ReCache&version=3.0.0 // Install ReCache as a Cake Tool #tool nuget:?package=ReCache&version=3.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 |
You can now specify a name for the cache in the options.
The name is used in any exceptions. This makes debugging much easier if loader funcs throw or circuit breaker exceptions happen and you have more than 1 cache in your project.
The Self-refreshing Cache will now first refresh entries that were accessed more recently before refreshing older accessed entries. This means that the most relevant keys will remain in the cache if the Max Cache Size Indicator is exceeded.