projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Updated the caching framework to the according FLOW3 revision 2616
[Packages/TYPO3.CMS.git]
/
t3lib
/
cache
/
class.t3lib_cache_factory.php
diff --git
a/t3lib/cache/class.t3lib_cache_factory.php
b/t3lib/cache/class.t3lib_cache_factory.php
index
ed7618f
..
20e7feb
100644
(file)
--- a/
t3lib/cache/class.t3lib_cache_factory.php
+++ b/
t3lib/cache/class.t3lib_cache_factory.php
@@
-51,6
+51,7
@@
class t3lib_cache_Factory implements t3lib_Singleton {
* @param t3lib_cache_Manager The cache manager
* @return void
* @author Robert Lemke <robert@typo3.org>
+ * @internal
*/
public function setCacheManager(t3lib_cache_Manager $cacheManager) {
$this->cacheManager = $cacheManager;