Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
Overload List
| Name | Description | |
|---|---|---|
| CacheEventFilter()()() |
Default constructor.
| |
| CacheEventFilter(CacheEventFilter..::.CacheEventMask) |
Construct a CacheEventFilter that evaluates
CacheEventArgs objects based on the specified
combination of event types.
| |
| CacheEventFilter(IFilter) |
Construct a CacheEventFilter that evaluates
CacheEventArgs objects that would affect the
results of a keys collection filter issued by a previous call to
| |
| CacheEventFilter(CacheEventFilter..::.CacheEventMask, CacheEventFilter..::.CacheEventSyntheticMask) |
Construct a CacheEventFilter that evaluates
CacheEventArgs objects based on the specified
combination of event types.
| |
| CacheEventFilter(CacheEventFilter..::.CacheEventMask, IFilter) |
Construct a CacheEventFilter that evaluates
CacheEventArgs objects based on the specified
combination of event types.
| |
| CacheEventFilter(CacheEventFilter..::.CacheEventMask, IFilter, CacheEventFilter..::.CacheEventSyntheticMask) |
Construct a CacheEventFilter that evaluates
CacheEventArgs objects based on the specified
combination of event types.
|