Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

response caching of authenticated requests #14569

Closed
JonasSamuelsson opened this issue Sep 30, 2019 · 5 comments
Closed

response caching of authenticated requests #14569

JonasSamuelsson opened this issue Sep 30, 2019 · 5 comments
Labels
area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares feature-response-caching
Milestone

Comments

@JonasSamuelsson
Copy link

We are using response caching and enabled caching of authenticated requests by providing our own implementation of ResponseCachingPolicyProvider.
As of 3.0 both IResponseCachingPolicyProvider & ResponseCachingPolicyProvider are now internal and the middleware constructor has been changed (aspnet/Announcements#354, #9392).

Any guidance on how to enable this in v3.0 would be greatly appreciated.

@Tratcher
Copy link
Member

@JunTaoLuo?

@JunTaoLuo
Copy link
Contributor

Unfortunately, there's no way to enable this in 3.0 right now. This extension point was not fully designed and we decided to remove it in the 3.0 release. The feature is tracked in #2612. We haven't seen a great amount of interest or request for it and so it hasn't been prioritized.

cc @glennc @anurse for awareness

@JonasSamuelsson
Copy link
Author

will this get any attention in 5.0?

@Tratcher
Copy link
Member

@JonasSamuelsson we do not plan on investing in this scenario unless we get feedback about it from multiple sources.

@JunTaoLuo
Copy link
Contributor

This scenario will be supported by Output Caching: #27387

@ghost ghost locked as resolved and limited conversation to collaborators Dec 9, 2020
@amcasey amcasey added area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares and removed area-runtime labels Jun 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares feature-response-caching
Projects
None yet
Development

No branches or pull requests

5 participants