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()) {
An exception for terminatinating execution or to throw for unit testing.
Signals that some goal won't be achievable by actions of the system ever.
__construct(\ilGlobalCacheSettings $settings)
achieve(Setup\Environment $environment)
getPreconditions(Setup\Environment $environment)
Class ilGlobalCacheSettings.
An environment holds resources to be used in the setup process.
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
An objective is a desired state of the system that is supposed to be created by the setup.