Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
Based on the below article on the item 6 "Configure the cache-controls as per Content cache-controls and click Add"
If we configure the Cache policy to: "Private, must-revalidate, max-age=0," what value should we assign to the maxAge parameter?
Anyone, Please suggest.
Sonja_Bauernfei
Thank you!
maxAge is still required and based on your business requirement. By default, it can be set as 3600 seconds.
The max-age=N
response directive indicates that the response remains fresh until N seconds after the response is generated. max-age=0 is not same as no-cache. More details can be found from below.
Cache-Control - HTTP | MDN (mozilla.org)
HTTP caching - HTTP | MDN (mozilla.org)
maxAge is still required and based on your business requirement. By default, it can be set as 3600 seconds.
The max-age=N
response directive indicates that the response remains fresh until N seconds after the response is generated. max-age=0 is not same as no-cache. More details can be found from below.
Cache-Control - HTTP | MDN (mozilla.org)
HTTP caching - HTTP | MDN (mozilla.org)