Deprecation: #83094 - Annotation @flushesCaches
See forge#85981
Description
The @flushes
annotation has been marked as deprecated and will be removed with TYPO3 v10.
The annotation was introduced during backport from FLOW and never implemented to actually do anything
useful. It will be removed without substitution.
With it, the method TYPO3\
has been marked as deprecated
and will also be removed in TYPO3 v10.
Impact
Usage of Annotation @flushes
and method TYPO3\
will trigger a PHP E_
error.
Affected Installations
All extensions that use @flushes
or call the method TYPO3\
.
Migration
Just remove annotation and method call. They did not do anything before.