function setCachedTemplateTree($keyData, $uri, $res, $templatePath, &$extraParameters, &$root)
 {
     $key = $this->cacheKey($keyData, $res, $templatePath, $extraParameters);
     eZTemplateTreeCache::setCachedTree($key, $uri, $res, $templatePath, $extraParameters, $root);
     eZTemplateTreeCache::storeCache($key, $templatePath);
 }