public static class ChangeNotesCache.Weigher extends java.lang.Object implements com.google.common.cache.Weigher<ChangeNotesCache.Key,ChangeNotesState>
Constructor and Description |
---|
Weigher() |
Modifier and Type | Method and Description |
---|---|
int |
weigh(ChangeNotesCache.Key key,
ChangeNotesState state) |
public int weigh(ChangeNotesCache.Key key, ChangeNotesState state)
weigh
in interface com.google.common.cache.Weigher<ChangeNotesCache.Key,ChangeNotesState>