Skip to content

Commit 5b93a2c

Browse files
Merge pull request #216982 from ChaitanyaNaykodi-MSFT/patch-135
(AzureCXP) Added more info Override Always setting
2 parents 18c054d + 0f5e0ff commit 5b93a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/frontdoor/front-door-caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Cache behavior and duration can be configured in Rules Engine. Rules Engine cach
189189

190190
* When *caching* is **enabled**, the cache behavior is different based on the cache behavior value selected.
191191
* **Honor origin**: Azure Front Door will always honor origin response header directive. If the origin directive is missing, Azure Front Door will cache contents anywhere from 1 to 3 days.
192-
* **Override always**: Azure Front Door will always override with the cache duration, meaning that it will cache the contents for the cache duration ignoring the values from origin response directives.
192+
* **Override always**: Azure Front Door will always override with the cache duration, meaning that it will cache the contents for the cache duration ignoring the values from origin response directives. This behavior will only be applied if the response is cacheable.
193193
* **Override if origin missing**: If the origin doesn’t return caching TTL values, Azure Front Door will use the specified cache duration. This behavior will only be applied if the response is cacheable.
194194

195195
> [!NOTE]

0 commit comments

Comments
 (0)