public function populate(Smarty_Template_Cached
$cached, Smarty_Internal_Template
$_template) { $cached->filepath =
$_template->source->uid
. '#' .
$this->
sanitize($cached->source->name
) . '#' .
$this->
sanitize($cached->cache_id
) . '#' .
$this->
sanitize($cached->compile_id
);
$this->
populateTimestamp($cached);
} /**
* populate Cached Object with timestamp and exists from Resource
*
* @param Smarty_Template_Cached $cached cached object
* @return void
*/
public function populateTimestamp(Smarty_Template_Cached
$cached) { if (!
$this->
fetch($cached->filepath,
$cached->source->name,
$cached->cache_id,
$cached->compile_id,
$content,
$timestamp,
$cached->source->uid
)) {