cache = $cache; $this->clientService = $clientService; } public function getInstance($url) { return new Instance($url, $this->cache, $this->clientService); } }