public class GroupInfoCacheFactory
extends java.lang.Object
GroupInfoCache
.Modifier and Type | Class and Description |
---|---|
static interface |
GroupInfoCacheFactory.Factory |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.common.data.GroupDescription.Basic |
get(com.google.gerrit.reviewdb.client.AccountGroup.UUID uuid) |
void |
want(com.google.gerrit.reviewdb.client.AccountGroup.UUID uuid)
Indicate a group will be needed later on.
|
void |
want(java.lang.Iterable<com.google.gerrit.reviewdb.client.AccountGroup.UUID> uuids)
Indicate one or more groups will be needed later on.
|
public void want(com.google.gerrit.reviewdb.client.AccountGroup.UUID uuid)
uuid
- identity that will be needed in the future; may be null.public void want(java.lang.Iterable<com.google.gerrit.reviewdb.client.AccountGroup.UUID> uuids)
public com.google.gerrit.common.data.GroupDescription.Basic get(com.google.gerrit.reviewdb.client.AccountGroup.UUID uuid)