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()) {
58 throw new Setup\UnachievableException(
"Could not write client.ini.php");
getPreconditions(Setup\Environment $environment)
Class ilGlobalCacheSettings.
isApplicable(Setup\Environment $environment)
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)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An environment holds resources to be used in the setup process.