Found 22 packages
Provides classes to use caching facilities. Commonly Used Types: System.Runtime.Caching.CacheEntryChangeMonitor System.Runtime.Caching.CacheEntryRemovedArguments System.Runtime.Caching.CacheEntryUpdateArguments System.Runtime.Caching.CacheItem System.Runtime.Caching.CacheItemPolicy System.Runtime.Caching.ChangeMonitor System.Runtime.Caching.FileChangeMonitor System.Runtime.Caching.HostFileChangeMonitor System.Runtime.Caching.MemoryCache System.Runtime.Caching.ObjectCache
FileCache is a concrete implementation of the .NET System.Runtime.Caching.ObjectCache that uses the local filesystem as the target location.
A implementation of .NET's ObjectCache for Redis. Uses StackExchange.Redis. Works with Azure Redis Cache.
FileCache is a concrete implementation of the .NET System.Runtime.Caching.ObjectCache that uses the local filesystem as the target location.
In-memory cache and in-memory serialized cache based on PubComp.Caching.Core and System.Runtime.Caching
Extension methods for System.Runtime.Caching.ObjectCache / MemoryCache with locking mechanism.
In memory implementation of InceptionCache ICacheProvider
An implementation of .net 4.0's ObjectCache that saves to an instance of a Cassandra Db.
An adapter for ObjectCache that allows for simplified access to cache items.
Simple FileCache implementation
CacheItemPolicyConfiguration is a .NET library that provides a programmatic and .NET config file-based configuration of cache item policies used with the System.Runtime.Caching.ObjectCache class and its derived classes (such as System.Runtime.Caching.MemoryCache).
FileCache is a concrete implementation of the .NET System.Runtime.Caching.ObjectCache that uses the local filesystem as the target location.
FileCache is a concrete implementation of the .NET System.Runtime.Caching.ObjectCache that uses the local filesystem as the target location.
A plug-n-play utility package to manage cache. Currently servicing via ObjectCache and RedisCache (Beta)
An easier way to work with ObjectCache
ObjectCache implementation for Redis. Exposes StackExchange.Redis objects so you'll need to add that as a reference as well.
A Lavalink wrapper for playing music using a discord bot. NOTE: This package only contains a wrapper for the System.Runtime.Caching.ObjectCache to enable request caching.
A wrapper/adaper API around a System.Runtime.Caching.ObjectCache, making the cache easier to consume by types which do not care about caching strategies/policies.
RedisCacheClient is a compatible ObjectCache client for .NET Standard
A flexible attribute based caching system using the framework's built in ObjectCache as a caching store. This project adds multiple regions and an intelligent key resolver that can use primary keys of objects as the cache key.