1 .. include:: ../../Includes.txt
3 =========================================================================
4 Deprecation: #83116 - Caching framework wrapper methods in BackendUtility
5 =========================================================================
12 The methods :php:``BackendUtility::getHash()`` and :php:``BackendUtility::storeHash()`` have been marked as
19 Calling the methods will trigger a deprecation warning.
22 Affected Installations
23 ======================
25 Any extension using the methods in custom PHP code.
31 Use the Caching Framework directly, as the methods now only act as wrapper methods.
33 .. index:: PHP-API, FullyScanned