@Internal public abstract class ThreadLocalCache<K,V> extends Object
Note: Values must not be null.
protected
ThreadLocalCache()
ThreadLocalCache(int maxSizePerThread)
V
get(K key)
abstract V
getNewInstance(K key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected ThreadLocalCache()
protected ThreadLocalCache(int maxSizePerThread)
public V get(K key)
public abstract V getNewInstance(K key)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.