addServer($server['host'], $server['port'], true, $server['weight']); } // ----------------------------------------------------- // Verify Memcache was configured successfully. // ----------------------------------------------------- if ($memcache->getVersion() === false) { throw new \Exception('Memcached is configured. However, no connections could be made. Please verify your memcached configuration.'); } static::$instance = $memcache; } return static::$instance; } }