33 return hash(
"sha256", self::class);
38 return "Store configuration of Services/GlobalCache";
53 public function achieve(Setup\
Environment $environment): Setup\Environment
55 $client_ini = $environment->getResource(Setup\Environment::RESOURCE_CLIENT_INI);
56 $db = $environment->getResource(Setup\Environment::RESOURCE_DATABASE);
58 $db->manipulate(
"TRUNCATE TABLE il_gc_memcache_server");
60 $memcached_nodes = $this->
settings->getMemcachedNodes();
61 foreach ($memcached_nodes as $node) {
65 $return = $this->
settings->writeToIniFile($client_ini);
67 if (!$client_ini->write() || !$return) {
68 throw new Setup\UnachievableException(
"Could not write client.ini.php");
getPreconditions(Setup\Environment $environment)
Class ilGlobalCacheSettings.
isApplicable(Setup\Environment $environment)
ilGlobalCacheSettings $settings
__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.