22 return hash(
"sha256", self::class);
27 return "Store configuration of Services/GlobalCache";
37 $common_config = $environment->getConfigFor(
"common");
45 $client_ini = $environment->
getResource(Setup\Environment::RESOURCE_CLIENT_INI);
47 $this->
settings->writeToIniFile($client_ini);
49 if (!$client_ini->write()) {
50 throw new Setup\UnachievableException(
"Could not write client.ini.php");
getPreconditions(Setup\Environment $environment)
Class ilGlobalCacheSettings.
achieve(Setup\Environment $environment)
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
__construct(\ilGlobalCacheSettings $settings)
An environment holds resources to be used in the setup process.