コード例 #1
0
ファイル: core.class.php プロジェクト: glensc/cjax
 function flushRawCache()
 {
     CoreEvents::$cache = array();
     CoreEvents::$actions = array();
     CoreEvents::$lastCache = array();
 }
コード例 #2
0
ファイル: uploader.php プロジェクト: glensc/cjax
 public function flush()
 {
     CoreEvents::$lastCache = array();
     CoreEvents::$cache = array();
 }