Info
Version: | 3.0.0.4 |
Author(s): | Joe Taylor |
Last Update: | Monday, April 20, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jtstriker3/Joe.Caching |
NuGet Url: | https://www.nuget.org/packages/Joe.Caching |
Install
Install-Package Joe.Caching
dotnet add package Joe.Caching
paket add Joe.Caching
Joe.Caching Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(6.0.3)
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.