Package com.google.gerrit.server.ssh
Interface SshKeyCache
- 
- All Known Implementing Classes:
- NoSshKeyCache,- SshKeyCacheImpl
 
 public interface SshKeyCachePermits controlling the contents of the SSH key cache area.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidevict(String username)
 
- 
- 
- 
Method Detail- 
evictvoid evict(String username) 
 
- 
 
-