How exactly are page cache files set as expired?
-
When using enhanced disk page caching, I have read that the page cache expiry time is determined by the “Expires header lifetime” field in the “HTML” section on Browser Cache Settings tab (default value 1 hour). I have also read that files in the page cache are marked as expired by appending “_old” to the filename.
My question: Which process is responsible for marking page cache files as expired, how often does it run and is it influenced in any way by the settings for page cache priming/preloading and/or page cache garbage collection interval?
Reason for questions: With “Expires header lifetime” set to the default value of 1 hour, I am seeing plenty of cached pages that are more than 1 hour old but not yet marked as expired (i.e. filename does not have the “_old” suffix).
- The topic ‘How exactly are page cache files set as expired?’ is closed to new replies.