Top 20 NuGet cache Packages

Senparc.Weixin.Cache.Redis.RedLock 模块 redlock-cs 开源项目:https://github.com/JeffreySu/redlock-cs Senparc.Weixin SDK 开源项目: https://github.com/JeffreySu/WeiXinMPSDK
Inspired by Dapper, SprocMapper is an easy to use and light-weight object-relational mapper specifically designed for stored procedures. Supports caching and a stack of other handy features. See https://github.com/gtaylor44/SprocMapper for examples.
CacheManager extension package providing Microsoft Bond based serialization for distributed caches. CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
Simple URL Cache (simple-url-cache) binding library for Bridge.NET projects.
ASP.NET Core middleware that adds client-side caching headers to static files.
A powerful image downloading and caching library for Android
An SQLite-backed IDistributedCache cache implementation for ASP.NET Core. Fast, transparent, persistent caching.
A generic cache mechanism that provides config switching between memory, ASP.NET web, AppFabric, memcached and redis cache mechasnisms. Supports advanced features such as cache dependencies and also fully supports AppFabric and redis within Azure. This package contains example code, configurati...
FileCache is a concrete implementation of the .NET System.Runtime.Caching.ObjectCache that uses the local filesystem as the target location.
Operates identically to a regular MemoryCache, except that it properly initiates trims at the configured polling interval based on your memory settings.
A generic cache mechanism that provides config switching between memory, ASP.NET web, AppFabric, memcached and redis cache mechasnisms. Supports advanced features such as cache dependencies and also fully supports AppFabric and redis within Azure. This package contains no examples or documenta...
Make reactive ui even more powerful by integrating with dynamic data and making use of it's numerious operators. Dynamic data provides an observable cache and an observable list with at least 50 collection specific operators for each.
Apache Ignite ASP.NET Integration. Output Cache Provider: caches page output in a distributed in-memory cache. Session State Store Provider: stores session state data in a distributed in-memory cache.
Yakari is aimed to reduce distributed caching systems serialization/deserialization and network operation costs.
Apache Ignite EntityFramework Second Level Cache: caches EF query results in a distributed in-memory cache.
A custom ASP.NET Core Middleware plugin for distributed session state using Couchbase server as the backing store. Supports both Memcached (in-memory) and Couchbase (persistent) buckets.
Adds an Object which caches. Provide it a key and a function to populate the value.
A fast, generic, thread-safe Least Recently Used (LRU) cache for .NET Standard. Implements IDictionary<TKey, TValue> to easily integrate to more systems