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