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.
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I1684db0405799031beffb29782361061c262a56f has been pushed to the review server.
It is available at http://review.typo3.org/2912
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change I1684db0405799031beffb29782361061c262a56f has been pushed to the review server.
It is available at http://review.typo3.org/2912
Updated by Christian Kuhn over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset f680d92b0c5e543180a6f72b6b96b5a9a74da5f1.
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed
Actions