public final class ThreadCached<T> extends Stored<T>
This behavior supports caches values per thread.
Stored.Instance<T>
ComponentAdapter.NOTHING
delegate
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, stop
accept, changeMonitor, currentMonitor, dispose, findAdapterOfType, getComponentImplementation, getComponentInstance, getComponentKey, getDelegate, hasLifecycle, isLazy, start, stop, toString, verify
public ThreadCached(ComponentAdapter<T> delegate)
public String getDescriptor()
ComponentAdapter
getDescriptor
in interface ComponentAdapter<T>
getDescriptor
in class Stored<T>
Copyright © 2003–2016 Codehaus. All rights reserved.