Elgg\Cache\SimpleCache::isEnabled PHP Method

isEnabled() public method

Is simple cache enabled
public isEnabled ( ) : boolean
return boolean
    function isEnabled()
    {
        return (bool) $this->config->get('simplecache_enabled');
    }