Explore EasyCaching extension libraries
devEasyCaching can be extended with additional packages to provide specialized functionality. Two notable extensions are:
- EasyCaching.Extensions.EasyCompressor: Used to compress cache objects. This helps speed up data transfer over networks, reduces bandwidth usage, and lowers the memory footprint of the cache server.
- EasyCaching.Extensions: Provides integrations for other common .NET libraries and abstractions such as CAP, WebApiClient, and
IDistributedCache.