Package com.google.gerrit.sshd
Class SshKeyCacheImpl
- java.lang.Object
-
- com.google.gerrit.sshd.SshKeyCacheImpl
-
- All Implemented Interfaces:
SshKeyCache
public class SshKeyCacheImpl extends Object implements SshKeyCache
Provides theSshKeyCacheEntry
.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
evict(String username)
static com.google.inject.Module
module()
-
-
-
Method Detail
-
module
public static com.google.inject.Module module()
-
evict
public void evict(String username)
- Specified by:
evict
in interfaceSshKeyCache
-
-