Actions
Bug #27686
closedDeprecate initCache methods in t3lib_cache
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2011-06-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The cacheManager instantiates caches on its own if the instance does not exist. So its always possible to do $GLOBALS['typo3CacheManager']->getCache('myCacheIdentifier') without getting an exception if the cache was not initialized. Thus the three methods in t3lib_cache initPageCache(), initPageSectionCache() and initContentHashCache() can be deprecated.
Actions