Exemplo n.º 1
0
 public static function init($clear = false)
 {
     if (self::$cache == null) {
         self::$cache = new RxCache("annotation", true);
     }
     if ($clear == true) {
         self::$cache->clear();
     }
 }
Exemplo n.º 2
0
 public static function init()
 {
     if (self::$cache == null) {
         self::$cache = new RxCache("annotation", true);
     }
 }