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 Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptiongetDiffSummary(DiffSummaryKey key, Project.NameKey project) getIntraLineDiff(IntraLineDiffKey key, IntraLineDiffArgs args) static com.google.inject.Modulemodule() 
- 
Field Details
- 
logger
public static final com.google.common.flogger.FluentLogger logger 
 - 
 - 
Method Details
- 
module
public static com.google.inject.Module module() - 
getIntraLineDiff
- Specified by:
 getIntraLineDiffin interfacePatchListCache
 - 
getDiffSummary
public DiffSummary getDiffSummary(DiffSummaryKey key, Project.NameKey project) throws PatchListNotAvailableException - Specified by:
 getDiffSummaryin interfacePatchListCache- Throws:
 PatchListNotAvailableException
 
 -