function executeCompiledTemplate($tpl, &$textElements, $keyData, $uri, $resourceData, $templatePath, &$extraParameters, $timestamp, $rootNamespace, $currentNamespace)
 {
     $key = $this->cacheKey($keyData, $resourceData, $templatePath, $extraParameters);
     return eZTemplateCompiler::executeCompilation($tpl, $textElements, $key, $resourceData, $rootNamespace, $currentNamespace);
 }