public class PatchListCacheImpl extends java.lang.Object implements PatchListCache
PatchListEntry
.Modifier and Type | Method and Description |
---|---|
PatchList |
get(com.google.gerrit.reviewdb.client.Change change,
com.google.gerrit.reviewdb.client.PatchSet patchSet) |
PatchList |
get(PatchListKey key) |
IntraLineDiff |
getIntraLineDiff(IntraLineDiffKey key) |
static com.google.inject.Module |
module() |
public static com.google.inject.Module module()
public PatchList get(PatchListKey key) throws PatchListNotAvailableException
get
in interface PatchListCache
PatchListNotAvailableException
public PatchList get(com.google.gerrit.reviewdb.client.Change change, com.google.gerrit.reviewdb.client.PatchSet patchSet) throws PatchListNotAvailableException
get
in interface PatchListCache
PatchListNotAvailableException
public IntraLineDiff getIntraLineDiff(IntraLineDiffKey key)
getIntraLineDiff
in interface PatchListCache