Joe.Caching
1.0.4
See the version list below for details.
dotnet add package Joe.Caching --version 1.0.4
NuGet\Install-Package Joe.Caching -Version 1.0.4
<PackageReference Include="Joe.Caching" Version="1.0.4" />
paket add Joe.Caching --version 1.0.4
#r "nuget: Joe.Caching, 1.0.4"
// Install Joe.Caching as a Cake Addin #addin nuget:?package=Joe.Caching&version=1.0.4 // Install Joe.Caching as a Cake Tool #tool nuget:?package=Joe.Caching&version=1.0.4
Light weight caching Library that defaults to an in memory cache but can be easy expanded to use any source to store cached data. Uses delegates to unobtrusively refresh the cache when needed. The cached objects will be stored via a combination of the passed in key and the parameter values passed in. Allowing you to cache multiple objects for one key based on the parameters passed to the cache.
Product | Versions 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. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Joe.Caching:
Package | Downloads |
---|---|
Joe.Business
Joe.Business |
|
Joe.Map
Mapping Lib similar to automapper that allows for simple and complex mappings via attributes. |
|
Joe.Reflection
Simple collection of Reflection Helper Methods. That parse on '.' to get to nested properties. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0.4 | 1,967 | 4/20/2015 |
3.0.0.3 | 6,342 | 4/15/2015 |
3.0.0.2 | 1,052 | 3/5/2015 |
3.0.0.1 | 4,286 | 3/2/2015 |
3.0.0 | 1,175 | 3/2/2015 |
1.0.8 | 7,047 | 9/9/2014 |
1.0.7 | 1,164 | 4/30/2014 |
1.0.5 | 1,224 | 3/28/2014 |
1.0.4 | 1,185 | 3/12/2014 |
1.0.3 | 1,192 | 2/19/2014 |
1.0.2 | 1,202 | 2/19/2014 |
1.0.1 | 1,422 | 7/5/2013 |
1.0.0 | 41,944 | 6/18/2013 |
Bug fix for possible race conditions