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.
  • Method Summary

    Modifier and Type
    Method
    Description
    default V
    apply(K key)
     
     

    Methods inherited from interface java.util.function.Function

    andThen, compose