Example #1
0
 public static function getInstance()
 {
     if (self::$instance === NULL) {
         self::$instance = new Vera_Cache();
     }
     return self::$instance;
 }