86 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.
FluentCache implementations based on Microsoft.Extensions.Caching.Memory
73,465 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.
A implementation of .NET's ObjectCache for Redis. Uses StackExchange.Redis. Works with Azure Redis Cache.
4,012 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.
14,787 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
This package allow to invalidate local memory cache items with the help of StackExchange.Redis.
dotnet core memorycache缓存类库
14,389 total downloads
last updated 1/5/2018
Latest version: 0.3.0-alpha
memorycache
cache
Package Description
A mocking library that creates Microsoft.Extensions.Caching.Memory IMemoryCache system mocks using Moq.
Memory Cache Util for storing objects for a predetermined time
9,518 total downloads
last updated 8/5/2020
Latest version: 1.2.3
Redis
MemoryCache
缓存插件,内存缓存,Redis高速缓存,多级缓存
Cache abstraction for NetStandard 1.3
1,786 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.