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: network/edge-services/how-to/configure-cache.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ This allows you to specify the precise objects that you want to clear from the c
91
91
<Messagetype="tip">
92
92
To avoid repeated purging, you can also set the `Cache-Control` HTTP header directly on your files/objects. This allows you to define how long items should remain in the cache before being freshly retrieved from the origin.
93
93
94
-
For Object Storage bucket origins, the following example call to the S3 API updates the `Cache-Control` header for **all**** objects in the bucket, setting a maximum age of 60 seconds before they must be freshly retrieved. Edge Services will respect this header when determining from where to fetch content.
94
+
For Object Storage bucket origins, the following example call to the S3 API updates the `Cache-Control` header for **all** objects in the bucket, setting a maximum age of 60 seconds before they must be freshly retrieved. Edge Services will respect this header when determining from where to fetch content.
0 commit comments