public class Cache<K,V>
extends java.lang.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) |
Copyright © 2015. All Rights Reserved.