org.picocontainer.behaviors
Class ThreadCached<T>
java.lang.Object
org.picocontainer.behaviors.AbstractBehavior<T>
org.picocontainer.behaviors.Stored<T>
org.picocontainer.behaviors.ThreadCached<T>
- All Implemented Interfaces:
- Serializable, Behavior<T>, ComponentAdapter<T>, ComponentMonitorStrategy, LifecycleStrategy
public final class ThreadCached<T>
- extends Stored<T>
This behavior supports caches values per thread.
- Author:
- Paul Hammant
- See Also:
- Serialized Form
| Methods inherited from class org.picocontainer.behaviors.AbstractBehavior |
accept, changeMonitor, currentMonitor, dispose, findAdapterOfType, getComponentImplementation, getComponentKey, getDelegate, hasLifecycle, start, stop, verify |
ThreadCached
public ThreadCached(ComponentAdapter<T> delegate)
toString
public String toString()
- Overrides:
toString in class AbstractBehavior<T>
Copyright © 2003-2007 Codehaus. All Rights Reserved.