@Internal public abstract class ThreadLocalCache<K,V> extends Object
Note: Values must not be null.
| Modifier | Constructor and Description |
|---|---|
protected |
ThreadLocalCache() |
protected |
ThreadLocalCache(int maxSizePerThread) |
| Modifier and Type | Method and Description |
|---|---|
V |
get(K key) |
abstract V |
getNewInstance(K key) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.