Info
Version: | 1.3.1 |
Author(s): | bcuff |
Last Update: | Friday, January 4, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/bcuff/EnyimMemcachedCore |
NuGet Url: | https://www.nuget.org/packages/bcuff.EnyimMemcachedCore |
Install
Install-Package bcuff.EnyimMemcachedCore
dotnet add package bcuff.EnyimMemcachedCore
paket add bcuff.EnyimMemcachedCore
bcuff.EnyimMemcachedCore Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Newtonsoft.Json(>= 9.0.1)
- Newtonsoft.Json(>= 9.0.1)
Tags
Usage: Add services.AddEnyimMemcached(...) and app.UseEnyimMemcached() in Startup. Add IMemcachedClient into constructor.