![]() | XFastThreadLocalT Class |
[Missing <summary> documentation for "T:com.espertech.esper.compat.threading.threadlocal.XFastThreadLocal`1"]
Namespace: com.espertech.esper.compat.threading.threadlocal
public sealed class XFastThreadLocal<T> : IThreadLocal<T>, IDisposable
[Missing <typeparam name="T"/> documentation for "T:com.espertech.esper.compat.threading.threadlocal.XFastThreadLocal`1"]
The XFastThreadLocalT type exposes the following members.
Name | Description | |
---|---|---|
![]() | XFastThreadLocalT | Initializes a new instance of the XFastThreadLocalT class |
Name | Description | |
---|---|---|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | GetOrCreate |
Gets the data or creates it if not found.
|
![]() | Remove |
Resets the thread local instance.
|