36 packages tagged with “IDistributedCache”
FluentCache implementations based on Microsoft.Extensions.Caching.Abstractions interfaces (IMemoryCache and IDistributedCache)
The AWS Distributed Cache provider provides an IDistributedCache implementation backed by DynamoDB.
An SQLite-backed IDistributedCache cache implementation for ASP.NET Core. Fast, transparent, persistent caching.
ASP.NET Core dependency-injection integrations for NeoSmart.Caching.Sqlite
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.
IDistributedCache implementation for DynamoDb
The DistributedCache implementation for the definition of the IdempotentAPI.Cache.
Aerospike IDistributedCache implementation
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.
Provides a Decorator for IDistributedCache to inject Polly-policies
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.
Distributed cache implementation using Azure Storage Blobs.
Xembly Caching Distributed Lock is an addon for Microsoft's Distributed Cache library which creates a distributed lock for your chosen type of distributed cache system that implements IDistributedCache.
An IDistributedCache implementation for Elastic Search
DistributedCache is an open source caching abstraction layer for .NET which supports Redis, SQL Server, InMemory, with automatic failure recovery, heath checks, automatic table generation (MSSQL), logging and also allows to clear all keys
GridLock helps developers oversee authentication and authorization while they focus on other parts of the development.
Distributed cache implementation wrapper to allow encryption, compression, etc.
Provides cached dictionary types: - `CacheDictionary`: an in-memory cache dictionary whose items auto-expire after set timespan - `DCache`: an implementation of `IDistributedCache` that abstracts the distributed-cache logic, functioning like a simple typed dictionary
Package to simplify IMemoryCache and IDistributedCache
Extension classes for ISession and IDistributedCache, enabling the functionality to set or get objects of any type using fast MessagePack serializer with LZ4 compression algorithm.
Implementation of Polly Caching Strategy that utilizes HybridCache. A result is provided from cache where available.
IDistributedCache implementation for Cassandra
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using NCache Professional. This implementation of IDistributedCache can also be used for caching ASP.NET Core response.
A CacheFactory that lets you creates unique cache keys based on input values.
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using local files. This package was built from the source code at https://github.com/mtomin/FileBackedCache
Implementation of Polly collapse concurrent duplicate requests to a single execution Strategy that utilizes HybridCache.
Caching Resilience mechanism for HttpClient built on the Polly Caching Strategy that utilizes HybridCache.
An IDistributedCache implementation that uses LightningDb as a backing store