I want to use UrlRewriteFilter library. I would like to know if there is any differences between these two "Cache-Control" headers.
<set type="response-header" name="Cache-Control">public, must-revalidate, max-age=1</set>
and
<set type="response-header" name="Cache-Control">public, must-revalidate, max-age=604800</set>
- Do these headers mean that we define any cache ?
- Do browsers respect the max-age parameter values ?
Does the 2nd one can have an impact on the site's load speed ? I want to use these configuration on Jahia site.