Browser Caching: specify the required cache lifetime for users’ browsers
You can set up a cache period for the end-users' browser.
Origin controlled
Content will be cached due to origin settings. If there are no cache settings on your origin, the content will not be cached.
CDN controlled
Content will be cached due to the chosen cache duration. The default value is 4 days.
The list of HTTP response codes that can be cached in browsers: 200, 201, 204, 206, 301, 302, 303, 304, 307, 308. Other response codes will not be cached.