Skip to content

Extensibility for user operations of cached responses #2618

Closed
@aspnet-hello

Description

@aspnet-hello

From @JunTaoLuo on Wednesday, September 21, 2016 11:13:28 AM

We may want to expose an extensibility point for users to modify the cached response. There are two instances where this can occur and we can add the extensibility to one or both. First is when the middleware first receives the response and is about to store it in cache. Second is when the middleware has retrieved the item from cache and is about to use it to serve a request. A scenario that may require this is for stripping out a few headers in an otherwise cacheable response.

Copied from original issue: aspnet/ResponseCaching#52

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-middlewareIncludes: URL rewrite, redirect, response cache/compression, session, and other general middlewaresfeature-response-caching

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions