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 SummaryFields Modifier and Type Field Description static com.google.common.flogger.FluentLoggerlogger
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DiffSummarygetDiffSummary(DiffSummaryKey key, Project.NameKey project)IntraLineDiffgetIntraLineDiff(IntraLineDiffKey key, IntraLineDiffArgs args)static com.google.inject.Modulemodule()
 
- 
- 
- 
Method Detail- 
modulepublic static com.google.inject.Module module() 
 - 
getIntraLineDiffpublic IntraLineDiff getIntraLineDiff(IntraLineDiffKey key, IntraLineDiffArgs args) - Specified by:
- getIntraLineDiffin interface- PatchListCache
 
 - 
getDiffSummarypublic DiffSummary getDiffSummary(DiffSummaryKey key, Project.NameKey project) throws PatchListNotAvailableException - Specified by:
- getDiffSummaryin interface- PatchListCache
- Throws:
- PatchListNotAvailableException
 
 
- 
 
-