---
title: "Deprecation: #93038 - ReferenceIndex runtime cache"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-93038"
source: "Changelog/11.0/Deprecation-93038-ReferenceIndexRuntimeCache.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #93038 - ReferenceIndex runtime cache

See [forge#93038](https://forge.typo3.org/issues/93038)

## Description

Two methods of class `ReferenceIndex` have been marked as deprecated:

-   `ReferenceIndex->enableRuntimeCache()`
-   `ReferenceIndex->disableRuntimeCache()`

## Impact

Calling these methods will trigger a PHP `E_USER_DEPRECATED` error.

## Affected Installations

Instances with extensions calling above methods are affected. The extension
scanner locates candidates.

## Migration

The method calls can be dropped, cache handling is done internally.
