コード例 #1
0
ファイル: Cache.php プロジェクト: glennfriend/tg-bot
 /**
  *  init
  */
 public static function init($cachePath)
 {
     self::$cache = new Options\CacheFile($cachePath);
 }
コード例 #2
0
 /**
  *  init
  */
 public static function init($cachePath)
 {
     //self::$cache = new Options\CacheFile($cachePath);
     self::$cache = new Options\CacheNothing();
 }