public class SingleKeyCache<K,V>
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
cacheKey
@Nullable
private K cacheKey
-
cachedValue
@Nullable
private V cachedValue
-
Constructor Details
-
SingleKeyCache
public SingleKeyCache(Function<K,V> pComputeValue)
-
Method Details
-
getValue
public V getValue(K pCacheKey)