Top 20 NuGet memorycache Packages

A C# framework library for wrapping .NET cache access, including the MemoryCache, AppFabric Cache, Memcached and a disk cache. Use any cache provider in AOP-style, or as an ASP.NET output cache.
Set of small low level utilitarian classes: Retrier, ConcurrentObjectAccessor, SolidComPlus, AsyncDisposer, BoundedParallel, DataPipeline and DataReplicator
Simple memory cache to replace standard MemoryCache. This class is based on a simple Dictionary
Extension methods for System.Runtime.Caching.ObjectCache / MemoryCache with locking mechanism.
Cache Framework for MemoryCache and Distributed Cache
In-memory cache implementation of Ms.Extensions.Caching.Memory.IMemoryCache.
Cache Framework for MemoryCache and Distributed Cache (Redis)
Pavalisoft.Caching is .NET Standard caching extension for .NET written in C# to provide single unified API for both MemoryCache and DistributedCache implementations. It's additional feature CacheManager supports various cache providers and implements many advanced features which can be used in singl...
Simple "cache-aside" pattern implementation with proactive updating values
Extension package for the LazyCacheHelpers Library to provide easy to use helpers to read cache configuration values from App.Config or Web.config files using System.Configuration; making things like enabling/disabling and dynamic fallback from specialized to generalized config values much easier to...
A C# framework library for wrapping .NET cache access, including the MemoryCache, AppFabric Cache, Memcached and a disk cache. Use any cache provider in AOP-style, or as an ASP.NET output cache.
CacheController developed by Design Pattern Ltd
An extension to the MemoryCache included in DotNet Core that allows for removing groups of items (or all items) from the cache.
A wrapper for System.Runtime.Caching.MemoryCache with some helpful methods for easy caching.
This package provides cache aspect for your methods. Put [MemoryCache(seconds)] attribure on your methods. And enjoy hassle-free memory cache for your methods. Or implement your own cache mechanics by inheriting CacheAttribute class. Powered by AspectInjector.
Provides in-memory, caching support for Cached, the fast, easy and concurrency-safe cache library for NetCore and Net 5. Utilizes Microsoft.Extensions.Caching.Memory.MemoryCache as underlying cache provider.