K
- key typeV
- value typepublic interface ReversableMultivaluesCache<K,V>
ReversableUniqueCache
, a cache class implementing this interface can answer to request like
"give me the keys that have this value associated to them". It should be used when for example a key has a Collection
of associated values, one object can be part of several such entries.Modifier and Type | Method and Description |
---|---|
java.util.Collection<K> |
getKeysForValue(V value) |