Deprecation: #83116 - Caching framework wrapper methods in BackendUtility

See forge#83116

Description

The methods BackendUtility::getHash() and BackendUtility::storeHash() have been marked as deprecated.

Impact

Calling the methods will trigger a deprecation warning.

Affected Installations

Any extension using the methods in custom PHP code.

Migration

Use the Caching Framework directly, as the methods now only act as wrapper methods.