Breaking: #87583 - Remove obsolete APC Cache Backend implementation
See forge#87583
Description
The Caching framework backend implementation \TYPO3\
has
been removed. The APCu PHP extension has superseded in PHP 7.x.
Impact
The PHP APC extension works until PHP 5.x. APCu can be used as "drop-in" replacement since TYPO3 8 LTS which supports PHP 7.0+.
Affected Installations
Any installation which has been updated, and any legacy APC cache backend is configured (see
Local
).
Migration
Use APCu implementation, which is implemented via \TYPO3\
instead of \TYPO3\
in your caching framework configuration.
Example before:
Example after: