Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Contains support classes for caching functionality.

Classes

  ClassDescription
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.
CacheListenerSupport..::.WrapperSynchronousListener
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.
InvocableCacheHelper..::.EntryToKeyConverter
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.

Interfaces

  InterfaceDescription
CacheListenerSupport..::.ISynchronousListener
A tag interface indicating that tagged ICacheListener implementation has to receive the CacheEventArgs notifications in a synchronous manner.

Delegates

  DelegateDescription
CacheEventHandler
Represents the method that will handle cache events.

Enumerations

  EnumerationDescription
CacheListenerSupport..::.OptimizationPlan
The values for CacheListenerSupport optimization plan, which indicates the fastest way to put together a list of listeners.
InvocableCacheHelper..::.QueryType
The enum type used to pass to the method that will query cache against one of the QueryType modes.