示例#1
0
文件: Cache.php 项目: ngocanh/pimcore
 /**
  * @static
  * @return void
  */
 public static function enable()
 {
     self::$enabled = true;
 }