class CachingThreadLocal<K,V> extends java.lang.ThreadLocal<java.util.LinkedHashMap<K,V>>
CachingThreadLocal()
protected java.util.LinkedHashMap<K,V>
initialValue()
get, remove, set, withInitial
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected java.util.LinkedHashMap<K,V> initialValue()
initialValue
java.lang.ThreadLocal<java.util.LinkedHashMap<K,V>>