Joe.Caching 3.0.0.4

dotnet add package Joe.Caching --version 3.0.0.4
NuGet\Install-Package Joe.Caching -Version 3.0.0.4
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="Joe.Caching" Version="3.0.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Joe.Caching --version 3.0.0.4
#r "nuget: Joe.Caching, 3.0.0.4"
#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 Joe.Caching as a Cake Addin
#addin nuget:?package=Joe.Caching&version=3.0.0.4

// Install Joe.Caching as a Cake Tool
#tool nuget:?package=Joe.Caching&version=3.0.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 Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,819 4/20/2015
3.0.0.3 6,120 4/15/2015
3.0.0.2 1,025 3/5/2015
3.0.0.1 4,140 3/2/2015
3.0.0 1,144 3/2/2015
1.0.8 6,770 9/9/2014
1.0.7 1,140 4/30/2014
1.0.5 1,191 3/28/2014
1.0.4 1,152 3/12/2014
1.0.3 1,159 2/19/2014
1.0.2 1,174 2/19/2014
1.0.1 1,392 7/5/2013
1.0.0 39,663 6/18/2013

Fixing Bug dealing with thread concurrency while initializing an item for the cache