Breaking: #96879 - Hook "get_cache_timeout" removed
See forge#96879
Description
The hook $GLOBALS
used in TYPO3 Frontend for changing the cache timeout of a page stored in the
TYPO3 "pages" cache has been removed.
Impact
If an extension has registered a hook in ext_
it will not
be executed anymore in TYPO3 v12 or later.
Affected Installations
TYPO3 installations using this hook in custom extensions.
Migration
Use the newly introduced PSR-14 event ModifyCacheLifetimeForPageEvent and register a custom event listener.