Package com.google.gerrit.server.patch
Interface PatchListCache
- All Known Implementing Classes:
- PatchListCacheImpl
public interface PatchListCache
Provides a cached list of intra-line and summary diffs. Use 
DiffOperations to compute
 detailed file diffs.- 
Method SummaryModifier and TypeMethodDescriptiongetDiffSummary(DiffSummaryKey key, Project.NameKey project) getIntraLineDiff(IntraLineDiffKey key, IntraLineDiffArgs args) 
- 
Method Details- 
getIntraLineDiff
- 
getDiffSummaryDiffSummary getDiffSummary(DiffSummaryKey key, Project.NameKey project) throws PatchListNotAvailableException - Throws:
- PatchListNotAvailableException
 
 
-