예제 #1
0
파일: Cache.php 프로젝트: ngocanh/pimcore
 /**
  * @static
  * @return void
  */
 public static function enable()
 {
     self::$enabled = true;
 }