Skip to content

Api docs for ResponseCaching #26531

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

Merged
4 commits merged into from
Oct 2, 2020
Merged

Api docs for ResponseCaching #26531

4 commits merged into from
Oct 2, 2020

Conversation

JunTaoLuo
Copy link
Contributor

Part of #26397.

Breaking it up into smaller PRs for review. This one covers ResponseCaching, StaticFiles, HostFilter and HttpsPolicy.

@JunTaoLuo JunTaoLuo added the tell-mode Indicates a PR which is being merged during tell-mode label Oct 2, 2020
@ghost ghost added the area-middleware label Oct 2, 2020
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.

using System.ComponentModel;

namespace Microsoft.AspNetCore.ResponseCaching
{
/// <summary>
/// Options for configuring the <see cref="ResponseCachingMiddleware"/>.
/// </summary>
public class ResponseCachingOptions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • For the SizeLimit property below, do you think it's valuable to explain what happens once the limit is hit?
  • For MaximumBodySize should we add what happens if the limit is exceeded?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@JunTaoLuo JunTaoLuo added this to the 5.0.0 milestone Oct 2, 2020
@JunTaoLuo
Copy link
Contributor Author

@pranavkm 🆙📅

@ghost
Copy link

ghost commented Oct 2, 2020

Hello @JunTaoLuo!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost ghost merged commit acf1dc4 into release/5.0 Oct 2, 2020
@ghost ghost deleted the johluo/response-caching-apidocs branch October 2, 2020 18:58
@amcasey amcasey added the area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares label Jun 2, 2023
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares tell-mode Indicates a PR which is being merged during tell-mode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants