EasyCaching.Extensions.EasyCompressor
1.3.0
A compressor upon EasyCaching serializers using EasyCompressor.
This library is very useful for compressing cache data especially for distributed cache (such as Redis) to reduce network traffic and subsequently increase performance.
EasyCaching is the best caching abstraction library which supports many providers and serializers.
EasyCompressor is an open-source compression abstraction library that supports and implements many compression algorithms such as Zstd, LZMA, LZ4, Snappy, Brotli, GZip and Deflate. It is very useful for using along with distributed caching or storing files in database.
Install-Package EasyCaching.Extensions.EasyCompressor -Version 1.3.0
dotnet add package EasyCaching.Extensions.EasyCompressor --version 1.3.0
<PackageReference Include="EasyCaching.Extensions.EasyCompressor" Version="1.3.0" />
paket add EasyCaching.Extensions.EasyCompressor --version 1.3.0
#r "nuget: EasyCaching.Extensions.EasyCompressor, 1.3.0"
Dependencies
-
.NETStandard 2.0
- EasyCaching.Core (>= 0.9.0)
- EasyCompressor (>= 1.3.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EasyCaching.Extensions.EasyCompressor:
Package | Downloads |
---|---|
SmartCacheManager
SmartCacheManager is a smart caching module to cache objects with resilient and variable expiration timing that is useful for caching result of web services.
|
GitHub repositories
This package is not used by any popular GitHub repositories.