public static function checkEnabled() { if (self::$_enabled) { self::$_type = function_exists('apc_add') ? self::TYPE_APC : self::TYPE_FILE; } }