public class GroupInfoCache
extends java.lang.Object
GroupInfoCache
.Modifier and Type | Class and Description |
---|---|
static interface |
GroupInfoCache.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.
|
public void want(com.google.gerrit.reviewdb.client.AccountGroup.UUID uuid)
uuid
- identity that will be needed in the future; may be null.public com.google.gerrit.common.data.GroupDescription.Basic get(com.google.gerrit.reviewdb.client.AccountGroup.UUID uuid)