Elgg\Cache\SystemCache::isEnabled PHP Method

isEnabled() public method

Is system cache enabled
public isEnabled ( ) : boolean
return boolean
    function isEnabled()
    {
        return (bool) $this->config->getVolatile('system_cache_enabled');
    }