Package com.google.gerrit.server.patch
Interface PatchListCache
- 
- All Known Implementing Classes:
- PatchListCacheImpl
 
 public interface PatchListCacheProvides a cached list of intra-line and summary diffs. UseDiffOperationsto compute detailed file diffs.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DiffSummarygetDiffSummary(DiffSummaryKey key, Project.NameKey project)IntraLineDiffgetIntraLineDiff(IntraLineDiffKey key, IntraLineDiffArgs args)
 
- 
- 
- 
Method Detail- 
getIntraLineDiffIntraLineDiff getIntraLineDiff(IntraLineDiffKey key, IntraLineDiffArgs args) 
 - 
getDiffSummaryDiffSummary getDiffSummary(DiffSummaryKey key, Project.NameKey project) throws PatchListNotAvailableException - Throws:
- PatchListNotAvailableException
 
 
- 
 
-