public class DiffSummaryWeigher extends Object implements com.google.common.cache.Weigher<DiffSummaryKey,DiffSummary>
DiffSummary in bytes of memory used.| Constructor and Description |
|---|
DiffSummaryWeigher() |
| Modifier and Type | Method and Description |
|---|---|
int |
weigh(DiffSummaryKey key,
DiffSummary value) |
public int weigh(DiffSummaryKey key, DiffSummary value)
weigh in interface com.google.common.cache.Weigher<DiffSummaryKey,DiffSummary>