Skip to content

Commit 5fb2877

Browse files
committed
Update wording
1 parent 6eb3203 commit 5fb2877

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/frontdoor/front-door-caching.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ When you configure caching, you specify how the cache should handle query string
118118

119119
::: zone pivot="front-door-standard-premium"
120120

121-
* **Specify cache key query string** behavior, to include, or exclude specified parameters when cache key gets generated. For example, the default cache key is: /foo/image/asset.html, and the sample request is `https://contoso.com//foo/image/asset.html?language=EN&userid=100&sessionid=200`. There's a rule set rule to exclude query string 'userid'. Then the query string cache-key would be `/foo/image/asset.html?language=EN&sessionid=200`.
121+
* **Specify cache key query string** behavior to include or exclude specified parameters when the cache key is generated.
122+
123+
For example, suppose that the default cache key is `/foo/image/asset.html`, and a request is made to the URL `https://contoso.com//foo/image/asset.html?language=EN&userid=100&sessionid=200`. If there's a rules engine rule to exclude the `userid` query string parameter, then the query string cache key would be `/foo/image/asset.html?language=EN&sessionid=200`.
122124

123125
Configure the query string behavior on the Front Door route.
124126

0 commit comments

Comments
 (0)