Determines if the APC extension has been installed and if the userspace cache is available.
return boolean True if enabled, false otherwise

Returns

boolean

Source

						public static function enabled() {
		return extension_loaded('xcache');
	}