public interface AccountCache
Modifier and Type | Method and Description |
---|---|
void |
evict(com.google.gerrit.reviewdb.client.Account.Id accountId) |
void |
evictAll() |
void |
evictByUsername(java.lang.String username) |
AccountState |
get(com.google.gerrit.reviewdb.client.Account.Id accountId) |
AccountState |
getByUsername(java.lang.String username) |
AccountState |
getIfPresent(com.google.gerrit.reviewdb.client.Account.Id accountId) |
AccountState get(com.google.gerrit.reviewdb.client.Account.Id accountId)
AccountState getIfPresent(com.google.gerrit.reviewdb.client.Account.Id accountId)
AccountState getByUsername(java.lang.String username)
void evict(com.google.gerrit.reviewdb.client.Account.Id accountId) throws java.io.IOException
java.io.IOException
void evictByUsername(java.lang.String username)
void evictAll() throws java.io.IOException
java.io.IOException