---
title: "Deprecation: #83116 - Caching framework wrapper methods in BackendUtility"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-83116"
source: "Changelog/9.0/Deprecation-83116-CachingFrameworkWrapperMethodsInBackendUtility.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Deprecation: #83116 - Caching framework wrapper methods in BackendUtility

See [forge#83116](https://forge.typo3.org/issues/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.
