org.codehaus.groovy.grails.support
Class SoftThreadLocalMap
java.lang.Object
java.lang.ThreadLocal<T>
java.lang.InheritableThreadLocal<org.apache.commons.collections.map.ReferenceMap>
org.codehaus.groovy.grails.support.SoftThreadLocalMap
public class SoftThreadLocalMap
- extends InheritableThreadLocal<org.apache.commons.collections.map.ReferenceMap>
Creates a InheritableThreadLocal with an intial value of a Map.
- Since:
- 0.6
- Author:
- Graeme Rocher
Method Summary |
protected org.apache.commons.collections.map.ReferenceMap |
initialValue()
Creates an initial value of a Map |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoftThreadLocalMap
public SoftThreadLocalMap()
initialValue
protected org.apache.commons.collections.map.ReferenceMap initialValue()
- Creates an initial value of a Map
- Overrides:
initialValue
in class ThreadLocal<org.apache.commons.collections.map.ReferenceMap>