MemoryCache 1.1.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package MemoryCache --version 1.1.0
NuGet\Install-Package MemoryCache -Version 1.1.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.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MemoryCache --version 1.1.0
#r "nuget: MemoryCache, 1.1.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.1.0

// Install MemoryCache as a Cake Tool
#tool nuget:?package=MemoryCache&version=1.1.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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MemoryCache:

Package Downloads
PMoney.Templates

Parses razor templates from Github (gists)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

V1.1.0 - Added automated maintenance and cache item expirations
V1.0.1 - Added missing .pdb File
V1.0.0 - Initial Release