Info
Version: | 1.0.1 |
Author(s): | Daniel Rayson |
Last Update: | Saturday, April 10, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Rayson.Caching |
Install
Install-Package Rayson.Caching
dotnet add package Rayson.Caching
paket add Rayson.Caching
Rayson.Caching Download (Unzip the "nupkg" after downloading)
Dependencies
.NETCoreApp 1.0
- Microsoft.NETCore.App(>= 1.0.5)
No dependencies.
- NETStandard.Library(>= 1.6.1)
Tags
Generally useful for unit testing when you want to be able to control the inner state of a class.
Replace internal state with injected caches and mock the return values.
Addtional timed cache method allows for timed expiration (removal from cache) of cache item.