Deprecation: #75625 - Deprecated cache clearing options¶
See forge#75625
Description¶
The following commands have been marked as deprecated and should not be used anymore:
- Method
Data
with argumentsHandler->clear_ cache Cmd () system
andtemp_
cached user
settingTSconfig options.
clear Cache. system - Option
$TYPO3_
has been removedCONF_ VARS ['SYS'] ['clear Cache System']
Impact¶
Directly or indirectly using method clear_
with these arguments will trigger a deprecation log entry.
Affected Installations¶
All installations with third party extensions using this method are affected.
Migration¶
If the group of system caches needs to be deleted explicitly, use flush
of Cache
directly.