Found 55 packages
ASP.NET Core response caching middleware abstractions and feature interface definitions.
ASP.NET Core middleware for caching HTTP responses on the server.
Package Description
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.
Package Description
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 实现。
Response Cache for Api Framework. Api Framework gives you powerful and dynamic tools for easily building Open Api based endpoints.
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)
Deploys the NCache Response Cache in an ASP.NET Core web application for .NET Framework and .NET Core. The services also include an implementation of response cache to be used.
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.
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.
Adds transparent response caching to MediatR request pipeline.
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 Package Contain Useful Library And Extention Method For Easy Develop High Tech Asp.Net Mvc Application. ForExample : Implementation Of CustomAttribute, Authentication, Authorization, TagHelpers, ResponseCache, ExtensionMethod, ...
This Package Contain Useful Library And Extention Method For Easy Develop High Tech Asp.Net Core Mvc Application. ForExample : Implementation Of Authentication, Authorization, TagHelpers, CustomAttribute, ResponseCache, ExtensionMethod, ...
Caches response from the Clash of Clans API.
EasyCaching.ResponseCaching is the extension of ResponseCaching
[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`.