예제 #1
0
 public static function xflush()
 {
     if (self::$active) {
         #lib::el("flushing all cached objects");
         self::$cache = array();
     }
 }