コード例 #1
0
 /**
  * _auto_init
  * Load in the cache settings once so we can avoid function calls
  */
 public static function _auto_init()
 {
     self::$_enabled = AmpConfig::get('memory_cache');
 }