Exemple #1
0
 public static function instance()
 {
     if (!Cache::$_instance instanceof self) {
         Cache::$_instance = new self();
     }
     return Cache::$_instance;
 }