Cache
Table of Contents
Classes
- CacheInstruction
- This class contains cache details and is created or updated in middlewares of the
Frontend rendering chain and added as Request attribute "frontend.cache.instruction".
- CacheLifetimeCalculator
- Calculates the max lifetime the given page should be stored in TYPO3's page cache.
- MetaDataState
- Meta-data class handling cacheable states for generic frontend functionality.
- NonceValueSubstitution
- Substitutes a cached nonce value with the actual nonce value that
is valid for the current request, and which is issued as HTTP CSP
header during the frontend rendering process.