Extends
lithium\core\Object
Determines if the APC extension has been installed and
if the userspace cache is available.
return boolean True if enabled, false otherwise
Returns
booleanSource
public static function enabled() {
return extension_loaded('xcache');
}