22 return hash(
"sha256", self::class);
27 return "Store configuration of Services/GlobalCache";
44 $client_ini = $environment->
getResource(Setup\Environment::RESOURCE_CLIENT_INI);
48 $memcached_nodes = $this->
settings->getMemcachedNodes();
49 if (count($memcached_nodes) > 0) {
50 foreach ($memcached_nodes as $node) {
55 $this->
settings->writeToIniFile($client_ini);
57 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)
isApplicable(Setup\Environment $environment)
@inheritDoc
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.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...