public function is_cached($tpl_file,
$cache_id = null,
$compile_id = null
) { return $this->
isCached($tpl_file,
$cache_id,
$compile_id);
} /**
* clear all the assigned template variables.
*/
public function clear_all_assign() { $this->
clearAllAssign();
} /**
* clears compiled version of specified template resource,
* or all compiled template files if one is not specified.
* This function is for advanced use only, not normally needed.
*
* @param string $tpl_file
* @param string $compile_id
* @param string $exp_time
* @return boolean results of {@link smarty_core_rm_auto()}
*/