Info
Version: | 9.0.0 |
Author(s): | Ashish Patel |
Last Update: | Friday, January 1, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/a-patel/LiteXCache/blob/master/docs/Memcached.md |
NuGet Url: | https://www.nuget.org/packages/LiteX.Cache.Memcached |
Install
Install-Package LiteX.Cache.Memcached
dotnet add package LiteX.Cache.Memcached
paket add LiteX.Cache.Memcached
LiteX.Cache.Memcached Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- LiteX.Cache.Core(>= 9.0.0)
- EnyimMemcachedCore(>= 2.5.1)
- LiteX.Log(>= 2.0.0)
- Microsoft.Extensions.Configuration(>= 3.1.10)
- Microsoft.Extensions.Configuration.Binder(>= 3.1.10)
- Microsoft.Extensions.DependencyInjection(>= 3.1.10)
- LiteX.Cache.Core(>= 9.0.0)
- EnyimMemcachedCore(>= 2.5.1)
- LiteX.Log(>= 2.0.0)
- Microsoft.Extensions.Configuration(>= 5.0.0)
- Microsoft.Extensions.Configuration.Binder(>= 5.0.0)
- Microsoft.Extensions.DependencyInjection(>= 5.0.1)
- LiteX.Cache.Core(>= 9.0.0)
- EnyimMemcachedCore(>= 2.5.1)
- LiteX.Log(>= 2.0.0)
- Microsoft.Extensions.Configuration(>= 3.1.10)
- Microsoft.Extensions.Configuration.Binder(>= 3.1.10)
- Microsoft.Extensions.DependencyInjection(>= 3.1.10)
- LiteX.Cache.Core(>= 9.0.0)
- EnyimMemcachedCore(>= 2.5.1)
- LiteX.Log(>= 2.0.0)
- Microsoft.Extensions.Configuration(>= 3.1.10)
- Microsoft.Extensions.Configuration.Binder(>= 3.1.10)
- Microsoft.Extensions.DependencyInjection(>= 3.1.10)
Tags
Small library for manage cache with Memcached.
A quick setup for Memcached.
Wrapper library is just written for the purpose to bring a new level of ease to the developers who deal with Memcached Cache integration with your system.
LiteXCache is simple yet powerful and very high-performance cache mechanism and incorporating both synchronous and asynchronous usage with some advanced usages of caching which can help us to handle caching more easier!
Provide Cache service for any type of application (.NET 5, .NET Core, .NET Standard).
Very simple yet advanced configuration. Minimal (one line) code configuration is required.