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, waitandThen, compose, identitypublic Cache(java.util.function.Function<K,V> delegate)
public V apply(K key)
apply in interface java.util.function.Function<K,V>Copyright © 2014. All Rights Reserved.