public static class ChangeKindCacheImpl.ChangeKindWeigher extends Object implements com.google.common.cache.Weigher<ChangeKindCacheImpl.Key,ChangeKind>
Constructor and Description |
---|
ChangeKindWeigher() |
Modifier and Type | Method and Description |
---|---|
int |
weigh(ChangeKindCacheImpl.Key key,
ChangeKind changeKind) |
public int weigh(ChangeKindCacheImpl.Key key, ChangeKind changeKind)
weigh
in interface com.google.common.cache.Weigher<ChangeKindCacheImpl.Key,ChangeKind>