public class NoSshKeyCache extends java.lang.Object implements SshKeyCache
Constructor and Description |
---|
NoSshKeyCache() |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.reviewdb.client.AccountSshKey |
create(com.google.gerrit.reviewdb.client.AccountSshKey.Id id,
java.lang.String encoded) |
void |
evict(java.lang.String username) |
static com.google.inject.Module |
module() |
public static com.google.inject.Module module()
public void evict(java.lang.String username)
evict
in interface SshKeyCache
public com.google.gerrit.reviewdb.client.AccountSshKey create(com.google.gerrit.reviewdb.client.AccountSshKey.Id id, java.lang.String encoded) throws com.google.gerrit.common.errors.InvalidSshKeyException
create
in interface SshKeyCache
com.google.gerrit.common.errors.InvalidSshKeyException