Found 139 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.
Cache provider for NHibernate using ASP.NET Cache object.
Cache provider for NHibernate using ASP.NET Cache object. Supports SqlCacheDependency, allowing SQL Server changes to invalidate the cache.
A implementation of .NET's ObjectCache for Redis. Uses StackExchange.Redis. Works with Azure Redis Cache.
A configuration object to enable auto discovery in Enyim for ElastiCache
Extension methods for System.Runtime.Caching.ObjectCache / MemoryCache with locking mechanism.
In-memory cache and in-memory serialized cache based on PubComp.Caching.Core and System.Runtime.Caching
Persistent Object Cache serializes objects and store them to disk as json. When retrieving objects cache time is validated, if cache time has been exceeded null is returned otherwise the object.
Simple lightweight object in-memory cache, with a background timer to remove expired objects. Fast in-memory cache for data that are expensive to create and can be used in a thread-safe manner. All stored items are kept in concurrent data structures (ConcurrentDictionary) to allow multi-thread usage of the MemoryCache static methods. Note: this nuget package contains c# source code and depends on System.Collections.Concurrent introduced in .Net 4.0.
An easier way to work with ObjectCache
Adds an Object which caches. Provide it a key and a function to populate the value.
In memory implementation of InceptionCache ICacheProvider
PostSharp.Patterns.Caching: support for Redis.
This NCache SDK NuGet package is a complete package for using NCache Enterprise from .NET Framework and .NET Core applications.
An implementation of .net 4.0's ObjectCache that saves to an instance of a Cassandra Db.
Redis.Cache Small library for manage cache with Redis. Language C# Framework .NET 4.x Support Extending and Absolute TTL (At the same time) Support native data type (int, string, bool, single and double)... ... and automatically serialization and de-serialization object. Support to compression.
A persistent object cache for your Windows 10 uwp and uap applications.
RedisCacheClient is a compatible ObjectCache client for .NET Standard