Found 68 packages
ASP.NET Core response caching middleware abstractions and feature interface definitions.
ASP.NET Core middleware for caching HTTP responses on the server.
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!
EasyCaching.ResponseCaching is the extension of ResponseCaching
The `asp.net core` server-side caching component implemented based on `ResourceFilter` and `ActionFilter`; 基于`ResourceFilter`和`ActionFilter`实现的`asp.net core`服务端缓存组件
The `asp.net core` server-side caching component implemented based on `ResourceFilter` and `ActionFilter`; 基于`ResourceFilter`和`ActionFilter`实现的`asp.net core`服务端缓存组件。此包为使用 StackExchange.Redis 的 ResponseCache 实现。
EasyCaching.ResponseCaching is the extension of ResponseCaching
An alternative to Microsoft.AspNetCore.ResponseCaching, which supports IDistributedCache, allows custom reponse caches, and provides a modifiable distributed response cache, which uses an injecting distributed cache, and options which allow clearing or ignoring the cache. It uses Microsoft.AspNetCore.ResponseCaching internally (via git submodule and linking in csproj)
Adds transparent response caching to MediatR request pipeline.
Microsoft.AspNetCore.ResponseCaching Post Support
Extensions for overriding the behaviour of the default ASP.Net Core ResponseCaching as well as additional Cache implementations such as Disk. (Similar to OutputCache of previous versions of ASP.Net)
HttpClient.Caching adds http response caching to HttpClient.
AspNetCore扩展
[Fork from yringler/distributed-middleware-cache] An alternative to Microsoft.AspNetCore.ResponseCaching, which supports IDistributedCache, allows custom reponse caches, and provides a modifiable distributed response cache, which uses an injecting distributed cache, and options which allow clearing or ignoring the cache. It uses Microsoft.AspNetCore.ResponseCaching internally (via git submodule and linking in csproj). This fork also is upgraded to net9.0 and has tracing enabled to see the span `cache.hit`.
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.
Umbraco V6+ only This package takes care of: - Output caching - Client caching - 304 Caching Configurable per: - path (regex) - useragent (regex) - method
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.
This is a StackExchange.Redis's client proxy help you to connect the Redis Server easier. It control the connection and retry. Also provide the request/response log. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework
A library bringing output caching (similar to MVC's "OutputCache"), to Web API actions. Strathweb.CacheOutput will take care of server side caching and set the appropriate client side (response) headers for you. This is a version for Web Api 2 only.
ASP.NET Core Caching.