Actions
Bug #101577
closedFlushing the cache in Development Mode in the Backend does not flush DI cache
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2023-08-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
When pressing the "Flush all caches" Button in the backend, the DI cache is not flushed correctly.
I totally understand that this should not be done on production context, but my expectation as developer would be that in development context that really all caches are flushed.
When doing it on CLI with the cache:flush, there is a special handling for flushing DI cache.
Actions