MemoryCache 1.2.0

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

// Install MemoryCache as a Cake Tool
#tool nuget:?package=MemoryCache&version=1.2.0

Working with a simple In-Memory Cache shouldn't cause anyone a headache. It should be simple to use and implemented at the click of a button.

Enter MemoryCache, a very lightweight, thread safe In-Memory Cache ready to be used in scalable, multi-threaded solutions. MemoryCache is a .Net Library which can be installed directly from NuGet, making it quick and easy to store and retrieve objects.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 2,349 8/14/2014
1.1.0 101 3/24/2014
1.0.1 54 3/8/2014
1.0.0 55 3/7/2014

V1.2.0 - Added overload to declare item expiration when storing. Added update method which persists object expiration. Added method to extend object expiration time.
V1.1.0 - Added automated maintenance and cache item expirations
V1.0.1 - Added missing .pdb File
V1.0.0 - Initial Release