Interface Cache.Factory<K,V>

All Superinterfaces:
Function<K,V>
Enclosing class:
Cache<K,V>

public static interface Cache.Factory<K,V> extends Function<K,V>
Factory interface for creating various cacheable objects.