Info
Version: | 1.0.0 |
Author(s): | Kevin Zehrer |
Last Update: | Sunday, June 1, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.kzdev.net/EZCache |
NuGet Url: | https://www.nuget.org/packages/EZCache |
Install
Install-Package EZCache
dotnet add package EZCache
paket add EZCache
EZCache Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
No dependencies.
Tags
Each item type cache can be configured to be singletons, or multi-instance caches.
Items in the cache can be preloaded, set to expire,
auto-reload, marked dirty, cleared, and optionally set to use strong or weak referencing allowing less used items to be
garbage collected and reloaded when needed.