---
title: "Breaking: #88366 - Removed prefix of cache tables"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-88366"
source: "Changelog/10.0/Breaking-88366-RemovedCf_PrefixOfCacheTables.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Breaking: #88366 - Removed prefix of cache tables

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

## Description

In addition, when the Typo3DatabaseBackend now accesses and creates tables without the `cf_`
prefix ("cf" = Caching Framework), so caches in the database are simply called `cache_rootline`
for instance.

## Impact

Accessing the database tables directly with a `cf_` prefix will not work on the TYPO3 managed
cache tables.

## Affected Installations

Any TYPO3 instance using the Caching Framework with a Typo3DatabaseBackend.

## Migration

Use the Caching Framework directly.

In addition, run through the Database Table Analyzer of the Configuration module to
re-create any database tables of the Caching Framework.
