LiteX Cache Core NuGet Package

Abstract interface to implement any kind of cache service (e.g.

Memory Cache, Redis Cache, Memcached, SQLite, HTTP Request Cache).
It supports various cache providers and implements many advanced features. You can also write your own and extend it also extend existing providers.
Easily migrate or switch between one to another provider with no code breaking changes.
Having a default/generic implementation to wrap the MemoryCache, Redis Cache, Memcached, SQLite, HTTP Request cache and independed on the underlying caching framework(s).
LiteXCache is an interface to unify the programming model for various cache providers.
The Core library contains all base interfaces and tools.

One should install at least one other LiteXCache package to get cache handle implementations.
This is the ASP.NET Core configuration integration package (Built-in).
Better use of Http request cache for other external cache providers (Redis, Memcached, SQLite etc).

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.




Got any LiteX Cache Core Question?





Info

Version: 9.0.0
Author(s): Ashish Patel
Last Update: Friday, January 1, 2021
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/LiteX.Cache.Core


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



Tags



STATS

must-have-score

1

avg-downloads-per-day

3

days-since-last-release

1182