Package com.google.gerrit.server.patch
Class PatchListCacheImpl
java.lang.Object
com.google.gerrit.server.patch.PatchListCacheImpl
- All Implemented Interfaces:
- PatchListCache
Provides a cached list of 
PatchListEntry.- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptiongetDiffSummary(DiffSummaryKey key, Project.NameKey project) getIntraLineDiff(IntraLineDiffKey key, IntraLineDiffArgs args) static com.google.inject.Modulemodule()
- 
Field Details- 
loggerpublic static final com.google.common.flogger.FluentLogger logger
 
- 
- 
Method Details- 
modulepublic static com.google.inject.Module module()
- 
getIntraLineDiff- Specified by:
- getIntraLineDiffin interface- PatchListCache
 
- 
getDiffSummarypublic DiffSummary getDiffSummary(DiffSummaryKey key, Project.NameKey project) throws PatchListNotAvailableException - Specified by:
- getDiffSummaryin interface- PatchListCache
- Throws:
- PatchListNotAvailableException
 
 
-