public class SoftReferenceThreadLocal<T> extends CentralizedThreadLocal<T>
| Constructor and Description |
|---|
SoftReferenceThreadLocal() |
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
void |
remove() |
void |
set(T value) |
clearLongLivedThreadLocals, clearShortLivedThreadLocals, copy, equals, getLongLivedThreadLocals, getShortLivedThreadLocals, hashCode, setThreadLocalsinitialValuepublic T get()
get in class CentralizedThreadLocal<T>public void remove()
remove in class CentralizedThreadLocal<T>public void set(T value)
set in class CentralizedThreadLocal<T>