-
Notifications
You must be signed in to change notification settings - Fork 10.5k
feat: DefaultOutputCachePolicyProvider added #57362
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
Conversation
src/Middleware/OutputCaching/src/DefaultOutputCachePolicyProvider.cs
Outdated
Show resolved
Hide resolved
src/Middleware/OutputCaching/src/DefaultOutputCachePolicyProvider.cs
Outdated
Show resolved
Hide resolved
Typo Co-authored-by: Martin Costello <martin@martincostello.com>
…der.cs new keyword removed Co-authored-by: Martin Costello <martin@martincostello.com>
|
There are two comments from API review that I think were missed:
The idea was that @sebastienros Can you also take a look at this? |
src/Middleware/OutputCaching/src/DefaultOutputCachePolicyProvider.cs
Outdated
Show resolved
Hide resolved
…der.cs Co-authored-by: Stephen Halter <halter73@gmail.com>
|
We still need to update |
|
@halter73 is the expectation here that this change should be expanded to address the feedback from the API review? |
Basically. At a minimum, we need to add the new service to the collection in Now that the service implementation type is internal, no one will be able to use it unless The other thing that came up in API review was how the middleware should use the registered
@onurkanbakirci Are you still interested in following up on this feedback and trying to merge this PR? Do you need any additional help from us to point you in the right direction? If not, we'll have to close it until you or someone else can make the requested improvements. |
|
Hi @onurkanbakirci. |
@halter73 can I complete the missing parts of this PR and send a new PR from my fork? |
DefaultOutputCachePolicyProvider implemented
Description
#52419 implemented.
I have added the
DefaultOutputCachePolicyProvider, implemented theIOutputCachePolicyProviderinterface, and written tests for them.@witskeeper , @halter73