[TYPO3-core] RFC: #11265: function getTreeList() doesn't use the caching framework

Steffen Kamper info at sk-typo3.de
Thu Jun 4 23:23:51 CEST 2009


Hi Rupi,

Rupert Germann schrieb:
> Hi,
> 
> This is an SVN patch request.
> 
> Type: Inconsistence
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=11265
> 
> Branches:
> trunk
> 
> Problem:
> function getTreeList() in class tslib_content has a caching mechanism for
> already generated lists but it uses direct db calls for this instead of the
> new caching framework.
> 
> Solution:
> connect it to the caching framework 
> 
> Remarks:
> db update needed - since the structure of table cache_treelist was not
> compatible with the caching framework I had to change the db sheme for this
> table. 
> 
> 

looks good on first reading. You did it fast :)

One remark - could you change the phpdoc and comments in 
initTreeListCache to point to cache_treelist instead cache_hash?

I'll test it soon.

vg Steffen


More information about the TYPO3-team-core mailing list