this is NOT timeout.
this is Time To Live of cache
View attachment 2807
cache
expired after 3600 second after create.
if you request exist page in cache and cache not
expired yet then you get page from cache.
if requested page not exist in cache or cache of this page
expired then new cache generating with TTL 3600 seconds.
after 3600 seconds after create you cache always purged and created new
on next request.
you want synchronized main private cache (with TTL 3600) and ESI cache?