public class PatchListWeigher extends java.lang.Object implements com.google.common.cache.Weigher<PatchListKey,PatchList>
Constructor and Description |
---|
PatchListWeigher() |
Modifier and Type | Method and Description |
---|---|
int |
weigh(PatchListKey key,
PatchList value) |
public int weigh(PatchListKey key, PatchList value)
weigh
in interface com.google.common.cache.Weigher<PatchListKey,PatchList>