コード例 #1
0
ファイル: Smarty.class.php プロジェクト: jimjag/smarty
 /**
  * Empty template objects cache
  */
 public function _clearTemplateCache()
 {
     Smarty_Internal_Template::$isCacheTplObj = array();
     Smarty_Internal_Template::$tplObjCache = array();
 }