1,172 packages tagged with “caching”
ASP.NET Core response caching middleware abstractions and feature interface definitions.
ASP.NET Core middleware for caching HTTP responses on the server.
GreenDonut is a port of facebook's DataLoader utility, written in C# for .NET Core and .NET Framework.
Polly.Caching.Memory is a plug-in for the .NET OSS resilience library Polly, supporting Microsoft.Extensions.Caching.Memory.MemoryCache as a provider for Polly's CachePolicy.
CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features. The Core library contains all base interfaces and tools. You should install at least one other CacheManager package to get cache handle implementations.
Lazy cache is a simple, thread safe, in-memory caching library that makes it easy to add high performance caching to your dotnet app.
EasyCaching is a open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
The AWS Secrets Manager .NET caching client enables in-process caching of secrets for .NET applications.
Automatically bust your NHibernate cache when the schema changes.
A simple in-memory caching provider.
FusionCache is an easy to use, fast and robust hybrid cache with advanced resiliency features.
Xamarin Library to load images quickly and easily. Features: - Xamarin.iOS, Xamarin.Android, Xamarin.Forms, Xamarin.Mac and Windows (WinRT, UWP) support - Configurable disk and memory caching - Multiple image views using the same image source (url, path, resource) will use only one bitmap which is cached in memory (less memory usage) - Deduplication of similar download/load requests. *(If 100 similar requests arrive at same time then one real loading will be performed while 99 others will wait).* - Error and loading placeholders support - Images can be automatically downsampled to specified size (less memory usage) - Fluent API which is inspired by Picasso naming - SVG / WebP / GIF support - Image loading Fade-In animations support - Can retry image downloads (RetryCount, RetryDelay) - Android bitmap optimization. Saves 50% of memory by trying not to use transparency channel when possible. - Transformations support - BlurredTransformation - CircleTransformation, RoundedTransformation, CornersTransformation, CropTransformation - ColorSpaceTransformation, GrayscaleTransformation, SepiaTransformation, TintTransformation - FlipTransformation, RotateTransformation - Supports custom transformations (native platform `ITransformation` implementations)
Memcached client library for .NET based languages.
A simple distributed caching provider based on StackExchange.Redis.
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.
FusionCache serializer based on Newtonsoft Json.NET
This package provided GreenDonut DataLoader interfaces and base types.
This package provides data integrations like pagination, projections, filtering and sorting.
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 contains the basic building blocks of the DataLoader linq query integration.
CacheManager extension package providing JSON serialization for distributed caches. CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features. The Core library contains a Newtonsoft.Json based serializer implementation which can be used instead of the default binary serializer.
CacheManager extension package to use Microsoft.Extensions.Configuration to configure the CacheManager instance. CacheManager is an open source caching abstraction layer for .NET written in C#. This is the ASP.NET Core configuration integration package.
A serialize library based on Newtonsoft.Json
Integration libraries and adapters with other major ServiceStack server components. Includes high-level API's that use OrmLite and Redis including: - AutoQuery - Redis MQ - OrmLiteAuthRepository - OrmLiteCacheClient - OrmLiteAppSettings - RedisServerEvents - RedisRequestLogger
CacheManager extension package which adds support for Redis as a distributed cache layer. CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
FusionCache backplane for Redis based on the StackExchange.Redis library
Entity Framework Core Second Level Caching Library.
A generic Redis® client that integrates with Aspire, including health checks, logging, and telemetry.
Redis® support for Aspire.