lithium\storage\cache\adapter\XCache::enabled PHP Method

enabled() public static method

Determines if the XCache extension has been installed and if the userspace cache is available.
public static enabled ( ) : boolean
return boolean `true` if enabled, `false` otherwise.
    public static function enabled()
    {
        return extension_loaded('xcache');
    }