K
- type parameter indicating the type of the input key@FunctionalInterface
public interface CacheKey<K>
K
to derive keys that are required by the CacheMap
implementation.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getKey(K input)
Returns the cache key that is created from the provided input key.
|
java.lang.Object getKey(K input)
input
- the input key