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

Rupert Germann rupi at gmx.li
Thu Jun 4 20:36:08 CEST 2009


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. 


greets
rupert



More information about the TYPO3-team-core mailing list