Found 130 packages
Caching abstractions for in-memory cache and distributed cache. Commonly Used Types: Microsoft.Extensions.Caching.Distributed.IDistributedCache Microsoft.Extensions.Caching.Memory.IMemoryCache
FluentCache implementations based on Microsoft.Extensions.Caching.Abstractions interfaces (IMemoryCache and IDistributedCache)
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
The AWS Distributed Cache provider provides an IDistributedCache implementation backed by DynamoDB.
Polly.Caching.IDistributedCache is a plug-in for the .NET OSS resilience library Polly, supporting Microsoft.Extensions.Caching.Distributed.IDistributedCache as a provider for Polly's CachePolicy.
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis. This package was built from the source code at https://github.com/dotnet/dotnet/tree/c2435c3e0f46de784341ac3ed62863ce77e117b4
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server. This package was built from the source code at https://github.com/dotnet/dotnet/tree/c2435c3e0f46de784341ac3ed62863ce77e117b4
An SQLite-backed IDistributedCache cache implementation for ASP.NET Core. Fast, transparent, persistent caching.
Multi-level caching implementation building on and extending IDistributedCache
FloxDc's Cache Flow is a comprehensive .NET library designed for efficient distributed cache management. It leverages the IDistributedCache and IMemoryCache interfaces to provide robust caching solutions, ensuring high performance and scalability for your applications. This library supports multiple .NET versions, including .NET Core 3.1, .NET 5, .NET 6, .NET 7, and .NET 8.
ASP.NET Core dependency-injection integrations for NeoSmart.Caching.Sqlite
IDistributedCache implementation for DynamoDb
Aerospike IDistributedCache implementation
The DistributedCache implementation for the definition of the IdempotentAPI.Cache.
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using NCache Enterprise. This implementation of IDistributedCache can also be used for caching ASP.NET Core response.
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using NCache Opensource. This implementation of IDistributedCache can also be used for caching ASP.NET Core response.
Polly.Caching.Distributed is a plug-in for the .NET OSS resilience library Polly, supporting Microsoft.Extensions.Caching.Distributed.IDistributedCache as a provider for Polly's CachePolicy.
This package provides several extensions that make working with IDistributedCache easier including Json object serialization, get with fallback, key space partitioning and logging. In addition to these extensions there is also a strongly typed ISimpleCache<TKey, TValue> interface that provides a dependency injection friendly and fully customizable wrapper for IDistributedCache.