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 Summary
Modifier and TypeMethodDescriptiongetDiffSummary(DiffSummaryKey key, Project.NameKey project) getIntraLineDiff(IntraLineDiffKey key, IntraLineDiffArgs args)  
- 
Method Details
- 
getIntraLineDiff
 - 
getDiffSummary
DiffSummary getDiffSummary(DiffSummaryKey key, Project.NameKey project) throws PatchListNotAvailableException - Throws:
 PatchListNotAvailableException
 
 -