3.0 注意版本不同函数不用

$smarty->clearAllCache(); #清空全部缓存
$smarty->clearCache($tpl); #清模板缓存

2.0

$smarty->clear_all_cache();//清除所有缓存
$smarty->clear_cache('index.tpl');//清除index.tpl的缓存
$smarty->clear_cache('index.tpl',cache_id);//清除指定id的缓存