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
The cache lifetime will be sent to the client in the max-age field of the Cache-Control header. After the specified time, the cache will be invalidated on the client. The next time the page is requested, the client will send a new request to your server to update its cache.
<cacheLifetime>20</cacheLifetime> has no effect on the Cache-Control header because Sulu uses a custom X-Reverse-Proxy-TTL to cache the response on the server.
The text was updated successfully, but these errors were encountered:
ampaze
changed the title
cacheLifetime is described wrong
The function of the <cacheLifetime> Element is described wrong
Oct 19, 2021
The documentation says:
Which is at least currently not correct, as explained by @alexander-schranz here.
The text was updated successfully, but these errors were encountered: