response caching of authenticated requests #14569
Labels
area-middleware
Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares
feature-response-caching
Milestone
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.
The text was updated successfully, but these errors were encountered: