Talk.Cache NuGet Package

简易缓存
例:
var time = DateTime.Now.AddMilliseconds(60) - DateTime.Now;
EasyCache<string> str = new EasyCache<string>("k", time);
str.AddData("aaa");
Assert.Equal(str.GetData(), "aaa");.




Got any Talk.Cache Question?





Info

Version: 1.0.1-test
Author(s): 农码一生
Last Update: Monday, August 21, 2017
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/Talk.Cache


Install
Install-Package Talk.Cache
dotnet add package Talk.Cache
paket add Talk.Cache
Talk.Cache Download (Unzip the "nupkg" after downloading)

1 package depend on this package.


Tags



STATS

must-have-score

avg-downloads-per-day

0

days-since-last-release

2462