Elgg\Cache\PluginSettingsCache::setCachedValues PHP Method

setCachedValues() public method

Set the settings cache for known plugins
public setCachedValues ( array $cache ) : void
$cache array The settings from the boot data
return void
    public function setCachedValues(array $cache)
    {
        $this->values = $cache;
    }