Actions
Bug #18111
closed"Clear all caches" doesn't delete temp_CACHED... files.
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-02-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
"Clear all caches" doesn't delete temp_CACHED... files.
But it seems intended, that it is a combination of
"Clear page content cache" and "Clear configuration cache".
So either "Clear all caches" is a misleading description of what it does and the naming should be changed or it's a bug, that should be fixed.
(issue imported from #M7378)
Updated by Stefan Geith almost 17 years ago
IF "Clear all caches" should delete temp_CACHED... files, the solution is quite easy:
In File t3lib\class.t3lib_tcemain.php,
function clear_cacheCmd()
remove the break-command between "case 'all'" and "case 'temp_CACHED'"
in line 6964
Updated by Stefan Geith almost 17 years ago
I think, clear all caches should also clear the configuration cache.
What do you think ?
Updated by Christian Kuhn over 16 years ago
Actions