Project

General

Profile

Actions

Bug #59173

closed

Caching group "pages" and "all" are equal

Added by Robert Vock almost 10 years ago. Updated about 7 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2014-05-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

The caching groups "pages" and "all" both clear the same caches:
- cache_hash
- cache_pages
- cache_pagesection
- cache_rootline

The "system" caching group does not clear any of these caches. It clears the following:
- cache_core
- cache_classes
- l10n
- cache_phpcode
- extbase_object
- extbase_reflection
- extbase_typo3dbbackend_tablecolumns
- extbase_typo3dbbackend_queries
- extbase_datamapfactory_datamap
- fluid_template

As a developer this is very confusing. There are two options which do the same and "all" does not clear the other options like it did in previous TYPO3 versions. If I change something in a cachable extension, I need to clear two caches: all and system.

Additionally "system" does not appear for admins, when the server does not run in development mode. So if I have changes to an extbase extension, and push the changes to the server, I cannot flush the cache in the backend and get erros in the frontend.


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Task #55119: BE Cache Menu items should have clearer naming and permissionsClosedBenni Mack2014-01-18

Actions
Related to TYPO3 Core - Task #54498: CachingFrameworkDatabaseSchemaService has to consider custom extbase cache configClosed2013-12-18

Actions
Related to TYPO3 Core - Bug #75844: Clear cache inconsistency in toolbarClosed2016-04-21

Actions
Actions

Also available in: Atom PDF