Class CachingThreadLocal<K,​V>


  • class CachingThreadLocal<K,​V>
    extends java.lang.ThreadLocal<java.util.LinkedHashMap<K,​V>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.LinkedHashMap<K,​V> initialValue()  
      • Methods inherited from class java.lang.ThreadLocal

        get, remove, set, withInitial
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CachingThreadLocal

        CachingThreadLocal()
    • Method Detail

      • initialValue

        protected java.util.LinkedHashMap<K,​V> initialValue()
        Overrides:
        initialValue in class java.lang.ThreadLocal<java.util.LinkedHashMap<K,​V>>