public final class ThreadCached<T> extends Stored<T>
This behavior supports caches values per thread.
Stored.Instance<T>ComponentAdapter.NOTHINGdelegate| Constructor and Description |
|---|
ThreadCached(ComponentAdapter<T> delegate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescriptor()
Get a string key descriptor of the component adapter for use in toString()
|
componentHasLifecycle, dispose, flush, getComponentInstance, getLifecycleDescriptor, getStoredObject, isStarted, start, stopaccept, changeMonitor, currentMonitor, dispose, findAdapterOfType, getComponentImplementation, getComponentInstance, getComponentKey, getDelegate, hasLifecycle, isLazy, start, stop, toString, verifypublic ThreadCached(ComponentAdapter<T> delegate)
public String getDescriptor()
ComponentAdaptergetDescriptor in interface ComponentAdapter<T>getDescriptor in class Stored<T>Copyright © 2003-2014 Codehaus. All Rights Reserved.