TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,27 @@
.. include:: /Includes.rst.txt
.. _feature-75581:
=========================================
Feature: #75581 - Simplify cache clearing
=========================================
See :issue:`75581`
Description
===========
The cache clearing system has been simplified by removing options in cache clear menu and install tool.
The cache clear menu in the backend contains now only two options:
* Flush frontend caches
Clear frontend and page-related caches, like before.
* Flush all caches
Clear all system-related caches, including the class loader, localization, extension configuration file caches and opcode caches. Rebuilding this cache may take some time.
Within the install tool the "Clear all cache" button will now also clear the opcode caches if possible.
.. index:: Backend