You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cdn/cdn-standard-rules-engine-actions.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@ title: Actions in the Standard rules engine for Azure CDN | Microsoft Docs
3
3
description: Reference documentation for actions in the Standard rules engine for Azure Content Delivery Network (Azure CDN).
4
4
services: cdn
5
5
author: duongau
6
-
6
+
manager: kumudd
7
7
ms.service: azure-cdn
8
8
ms.topic: article
9
-
ms.date: 08/04/2020
9
+
ms.date: 02/27/2023
10
10
ms.author: duau
11
11
12
12
---
@@ -29,11 +29,11 @@ Use this action to overwrite the time to live (TTL) value of the endpoint for re
29
29
30
30
Cache behavior | Description
31
31
---------------|----------------
32
-
Bypass cache | When this option is selected and the rule matches, the content is not cached.
33
-
Override | When this option is selected and the rule matches, the TTL value returned from your origin is overwritten with the value specified in the action. This behavior will only be applied if the response is cacheable. For cache-control response header with values "no-cache", "private", "no-store", the action will not be applicable.
34
-
Set if missing | When this option is selected and the rule matches, if no TTL value was returned from your origin, the rule sets the TTL to the value specified in the action. This behavior will only be applied if the response is cacheable. For cache-control response header with values "no-cache", "private", "no-store", the action will not be applicable.
32
+
Bypass cache | When this option is selected and the rule matches, the content isn't cached.
33
+
Override | When this option is selected and the rule matches, the TTL value returned from your origin is overwritten with the value specified in the action. This behavior is only be applied if the response is cacheable. For cache-control response header with values "no-cache", "private", "no-store", the action isn't applicable.
34
+
Set if missing | When this option gets selected and the rule matches, if no TTL value gets returned from your origin, the rule sets the TTL to the value specified in the action. This behavior only gets applied if the response is cacheable. For cache-control response header with values "no-cache", "private", "no-store", the action isn't applicable.
35
35
36
-
#### Additional fields
36
+
#### Extra fields
37
37
38
38
Days | Hours | Minutes | Seconds
39
39
-----|-------|---------|--------
@@ -47,9 +47,9 @@ Use this action to modify the cache key based on query strings.
47
47
48
48
Behavior | Description
49
49
---------|------------
50
-
Include | When this option is selected and the rule matches, query strings specified in the parameters are included when the cache key is generated.
50
+
Include | When this option gets selected and the rule matches, query strings specified in the parameters get included when the cache key gets generated.
51
51
Cache every unique URL | When this option is selected and the rule matches, each unique URL has its own cache key.
52
-
Exclude | When this option is selected and the rule matches, query strings specified in the parameters are excluded when the cache key is generated.
52
+
Exclude | When this option is selected and the rule matches, query strings specified in the parameters get excluded when the cache key gets generated.
53
53
Ignore query strings | When this option is selected and the rule matches, query strings aren't considered when the cache key is generated.
0 commit comments