Breaking: #77460 - Extbase query cache removed
See forge#77460
Description
The PHP-based query cache functionality within the Extbase persistence layer has been removed.
The following public methods within the Extbase persistence layer have been removed:
Typo3Db
Backend->quote Text Value Callback () Typo3Db
Backend->initialize Object () Typo3Db
Backend->inject Cache Manager () - Interface definition in
Query
Settings Interface->get Use Query Cache ()
The TypoScript configuration config.
has no effect anymore.
Impact
The according cache configuration set via $GLOBALS
has no effect anymore.
Affected Installations
Any installation effectively relying on the query cache via a third party extension or explicitly deactivating the query cache of extbase.
Migration
Remove the according lines and migrate to Doctrine.