Example #1
0
 function flushRawCache()
 {
     CoreEvents::$cache = array();
     CoreEvents::$actions = array();
     CoreEvents::$lastCache = array();
 }
Example #2
0
 public function flush()
 {
     CoreEvents::$lastCache = array();
     CoreEvents::$cache = array();
 }