Elgg\Cache\SimpleCache::enable PHP Method

enable() public method

Enables the simple cache.
See also: elgg_register_simplecache_view()
public enable ( ) : void
return void
    function enable()
    {
        $this->config->save('simplecache_enabled', 1);
        $this->invalidate();
    }