31 return hash(
"sha256", self::class);
36 return "Store configuration of components/ILIAS/GlobalCache_";
53 $client_ini = $environment->
getResource(Environment::RESOURCE_CLIENT_INI);
54 $db = $environment->
getResource(Environment::RESOURCE_DATABASE);
59 $memcached_nodes = $this->
settings->getMemcachedNodes();
60 foreach ($memcached_nodes as $node) {
64 $return = $this->
settings->storeToIniFile($client_ini);
66 if (!$client_ini->write() || !$return) {
An objective is a desired state of the system that is supposed to be created by the setup...
isApplicable(Environment $environment)
getPreconditions(Environment $environment)
Objectives might depend on other objectives.
Signals that some goal won't be achievable by actions of the system ever.
__construct(protected \ilGlobalCacheSettingsAdapter $settings)
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
achieve(Environment $environment)
Objectives can be achieved.
isNotable()
Get to know if this is an interesting objective for a human.
An environment holds resources to be used in the setup process.
getHash()
Get a hash for this objective.
getLabel()
Get a label that describes this objective.