public interface AccountCache
Modifier and Type | Method and Description |
---|---|
void |
evict(com.google.gerrit.reviewdb.client.Account.Id accountId) |
void |
evictAll() |
void |
evictByUsername(String username) |
AccountState |
get(com.google.gerrit.reviewdb.client.Account.Id accountId) |
AccountState |
getByUsername(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(String username)
void evict(com.google.gerrit.reviewdb.client.Account.Id accountId) throws IOException
IOException
void evictByUsername(String username)
void evictAll() throws IOException
IOException