public class Cache<K,V> extends Object implements java.util.function.Function<K,V>
Constructor and Description |
---|
Cache(java.util.function.Function<K,V> delegate) |
Modifier and Type | Method and Description |
---|---|
V |
apply(K key) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
public Cache(java.util.function.Function<K,V> delegate)
public V apply(K key)
apply
in interface java.util.function.Function<K,V>
Copyright © 2015. All Rights Reserved.