Skip to content

Commit 169430c

Browse files
authored
Merge pull request #176523 from duongau/patch-4
Azure CDN how caching works - add note about cache duration
2 parents 920083f + 3a816bc commit 169430c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/cdn/cdn-how-caching-works.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: tbd
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 04/30/2018
16+
ms.date: 10/19/2021
1717
ms.author: allensu
1818

1919
---
@@ -130,6 +130,10 @@ The following table describes the default caching behavior for the Azure CDN pro
130130

131131
**CDN cache duration**: Specifies the amount of time for which a resource is cached on the Azure CDN. However, if **Honor origin** is Yes and the HTTP response from the origin server includes the cache-directive header `Expires` or `Cache-Control: max-age`, Azure CDN uses the duration value specified by the header instead.
132132

133+
> [!NOTE]
134+
> Azure CDN makes no guarantees about minimum amount of time that the object will be stored in the cache. Cached contents may be evicted from the CDN cache before they are expired if the contents are not requested as frequently to make room for more frequently requested contents.
135+
>
136+
133137
## Next steps
134138

135139
- To learn how to customize and override the default caching behavior on the CDN through caching rules, see [Control Azure CDN caching behavior with caching rules](cdn-caching-rules.md).

0 commit comments

Comments
 (0)