Tangosol.Net.Cache.Support Namespace |
Class | Description | |
---|---|---|
![]() | AbstractCacheListener |
A base class that simplifies the implementation of a
ICacheListener, particularly classes that only implement
one or two of the three event methods.
|
![]() | AbstractKeyBasedCache | AbstractKeyBasedCache is a base class for ICache
implementations.
|
![]() | AbstractKeySetBasedCache | AbstractKeySetBasedCache is an extension to the
AbstractKeyBasedCache that has a full awareness of the
set of keys upon which the cache is based.
|
![]() | CacheListenerSupport |
This class provides support for advanced
ICacheListener functionality.
|
![]() | CacheListenerSupportWrapperPrimingListener |
A wrapper class that turns the specified
ICacheListener into a priming listener.
|
![]() | CacheListenerSupportWrapperSynchronousListener |
A wrapper class that turns the specified
ICacheListener into a synchronous listener.
|
![]() | DelegatingCacheListener |
Basic .NET style ICacheListener implementation.
|
![]() | DisposableCacheListener |
Utility listener that checks if the value removed from the cache
implements IDisposable, and calls Dispose method
if it does.
|
![]() | IndexAdapter |
ICacheListener implementation that routes the cache events into the
corresponding ICacheIndex calls.
|
![]() | InvocableCacheHelper |
Helper methods for IInvocableCache implementations
and IFilter related evaluations.
|
![]() | InvocableCacheHelperEntryToKeyConverter |
Trivial Entry-to-Key IConverter.
|
![]() | MultiplexingCacheListener |
A base class that simplifies the implementation of a
ICacheListener by multiplexing all events into a single
listener method.
|
![]() | WindowsFormsCacheListener |
Ensures that any event handling code that needs to run
as a response to a cache event is executed on the UI thread.
|
![]() | WpfCacheListener |
Ensures that any event handling code that needs to run
as a response to a cache event is executed on the WPF UI thread.
|
Interface | Description | |
---|---|---|
![]() | CacheListenerSupportIPrimingListener |
A tag interface indicating that tagged
ICacheListener implementation receives "lite"
the CacheEventArgs notifications (carrying only a key)
and generates a "priming" event when registered.
|
![]() | CacheListenerSupportISynchronousListener |
A tag interface indicating that tagged
ICacheListener implementation has to receive
the CacheEventArgs notifications in a synchronous
manner.
|
Delegate | Description | |
---|---|---|
![]() | CacheEventHandler |
Represents the method that will handle cache events.
|
Enumeration | Description | |
---|---|---|
![]() | CacheListenerSupportOptimizationPlan |
The values for CacheListenerSupport optimization plan, which
indicates the fastest way to put together a list of listeners.
|
![]() | InvocableCacheHelperQueryType |
The enum type used to pass to the method that will query cache
against one of the QueryType modes.
|