Elgg\Cache\PluginSettingsCache::setCachedValues PHP 메소드

setCachedValues() 공개 메소드

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