public abstract class ThreadLocalCachedValue<T>
extends java.lang.Object
Constructor and Description |
---|
ThreadLocalCachedValue() |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
create() |
T |
getValue() |
protected void |
init(T value) |