Output caching documentation#27398
Merged
Merged
Conversation
Rick-Anderson
approved these changes
Oct 27, 2022
Contributor
Rick-Anderson
left a comment
There was a problem hiding this comment.
Mostly opinionated nits, discard what you don't agree with.
Contributor
|
Oh, and nice work. |
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
sebastienros
reviewed
Nov 1, 2022
|
|
||
| Here are some of the options for controlling the cache key: | ||
|
|
||
| * <xref:Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder.SetVaryByQuery%2A> - Specify one or more query string names to act as the cache key. |
Member
There was a problem hiding this comment.
to act as the cache key
I could understand it as "it now is the cache key". Technically it's adding something to the cache key, not "acting as the key"
|
|
||
| * The cache storage medium is extensible. | ||
|
|
||
| Memory is used by default. Disk, Redis, blob storage, and others are available. Response caching is limited to memory. |
Member
There was a problem hiding this comment.
Disk, Redis, blob storage, and others are available.
They are not. But this is possible, users can implement it or maybe find it on nuget.
tdykstra
commented
Nov 1, 2022
tdykstra
commented
Nov 1, 2022
tdykstra
commented
Nov 1, 2022
sebastienros
approved these changes
Nov 2, 2022
Donciavas
pushed a commit
to Donciavas/AspNetCore.Docs
that referenced
this pull request
Feb 7, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #26542
Internal review URL