Actions
Bug #27506
closedCaching framework: Flush all caches with 'clear all cache' command
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2011-06-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
Currently the caching framework only flushes already instantiated caches if using the 'clear all cache' command in the backend toolbar.
Solution:
Use the new setCacheConfigurations() method of the cache_Manager class to make it aware of all available caches. The flushCaches() method will then call flush() on all defined caches, even if they where not instantiated yet.
Actions