sshKeysCache)) { $this->sshKeysCache = SshKeys::builder(fn() => $this->get(sprintf('v1/users/%s/ssh-keys/json', $sskKeyId))) ->setParent($this); } return $this->sshKeysCache; } }