77 packages
returned for Tags:"MemoryCache"
Filter
CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features. This package contains the specific cache handle for Microsoft.Extensions.Caching.Memory.
Lazy cache is a simple, thread safe, in-memory caching library that makes it easy to add high performance caching to your dotnet app.
65,216 total downloads
last updated 5/1/2016
Latest version: 1.0.1
cache
memorycache
Operates identically to a regular MemoryCache, except that it properly initiates trims at the configured polling interval based on your memory settings.
FluentCache implementations based on Microsoft.Extensions.Caching.Memory
A implementation of .NET's ObjectCache for Redis. Uses StackExchange.Redis. Works with Azure Redis Cache.
3,162 total downloads
last updated 8/6/2018
Latest version: 0.7.0
MemoryCache
A singleton wrapper around System.Runtime.Caching.MemoryCache, providing thread-safe helper methods.
This package allow to invalidate local memory cache items with the help of StackExchange.Redis.
12,137 total downloads
last updated 1/2/2021
Latest version: 2.4.0
MemoryCache
cache
For NetFramework, a simple cache that exposes the same interface as MemoryCache. For .NET Core extensions to Polly cachng
12,107 total downloads
last updated 1/5/2018
Latest version: 0.3.0-alpha
memorycache
cache
Package Description
dotnet core memorycache缓存类库
Cache abstraction for NetStandard 1.3
Memory Cache Util for storing objects for a predetermined time
7,294 total downloads
last updated 8/5/2020
Latest version: 1.2.3
Redis
MemoryCache
缓存插件,内存缓存,Redis高速缓存,多级缓存
A mocking library that creates Microsoft.Extensions.Caching.Memory IMemoryCache system mocks using Moq.
1,427 total downloads
last updated 3/4/2018
Latest version: 1.0.2
MemoryCache
An extension to the MemoryCache included in DotNet Core that allows for removing groups of items (or all items) from the cache.
Extension methods for System.Runtime.Caching.ObjectCache / MemoryCache with locking mechanism.
Yet another memory cache library that supports reloading data in background and handle disposable data properly
Memory Cache Util for storing objects for a predetermined time
Two-layer caching strategy (MemoryCache + Redis) for ASP.NET applications
Provide Cache service for any type of application. Having a default implementation to wrap the MemoryCache.