示例#1
0
 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();
 }