Info
Version: | 1.1.0 |
Author(s): | Bill Pratt |
Last Update: | Sunday, June 7, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/billpratt/CacheService |
NuGet Url: | https://www.nuget.org/packages/CacheService.RedisCacheService |
Install
Install-Package CacheService.RedisCacheService
dotnet add package CacheService.RedisCacheService
paket add CacheService.RedisCacheService
CacheService.RedisCacheService Download (Unzip the "nupkg" after downloading)
Dependencies
- StackExchange.Redis(1.0.450)
- Newtonsoft.Json(6.0.8)
Tags
If cache key doesn't exist, "get" methods will use the delegate parameter to acquire data and cache it in Redis. It currently supports keys and hash sets.