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 |
---|---|
Object |
getKey(K input)
Returns the cache key that is created from the provided input key.
|
Copyright © 2017–2020. All rights reserved.