コード例 #1
0
ファイル: Cache.php プロジェクト: woshilapin/FreshRSS
 /**
  * Permet de savoir si le cache est activé
  * @return true si activé, false sinon
  */
 public static function isEnabled()
 {
     return Minz_Configuration::cacheEnabled() && self::$enabled;
 }