Package com.google.gerrit.server.patch
Class PatchListCacheImpl
- java.lang.Object
-
- com.google.gerrit.server.patch.PatchListCacheImpl
-
- All Implemented Interfaces:
PatchListCache
public class PatchListCacheImpl extends Object implements PatchListCache
Provides a cached list ofPatchListEntry
.
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.common.flogger.FluentLogger
logger
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DiffSummary
getDiffSummary(DiffSummaryKey key, Project.NameKey project)
IntraLineDiff
getIntraLineDiff(IntraLineDiffKey key, IntraLineDiffArgs args)
static com.google.inject.Module
module()
-
-
-
Method Detail
-
module
public static com.google.inject.Module module()
-
getIntraLineDiff
public IntraLineDiff getIntraLineDiff(IntraLineDiffKey key, IntraLineDiffArgs args)
- Specified by:
getIntraLineDiff
in interfacePatchListCache
-
getDiffSummary
public DiffSummary getDiffSummary(DiffSummaryKey key, Project.NameKey project) throws PatchListNotAvailableException
- Specified by:
getDiffSummary
in interfacePatchListCache
- Throws:
PatchListNotAvailableException
-
-