Interface CacheKeyMapper<K,C>

All Superinterfaces:
Function<C,K>

public interface CacheKeyMapper<K,C> extends Function<C,K>
Contract for converting method arguments CacheKey into the final key that will be used in Cache implementation.