Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

Overload List

  NameDescription
Public methodCacheEventFilter()()()()
Default constructor.
Public methodCacheEventFilter(CacheEventFilter..::..CacheEventMask)
Construct a CacheEventFilter that evaluates CacheEventArgs objects based on the specified combination of event types.
Public methodCacheEventFilter(IFilter)
Construct a CacheEventFilter that evaluates CacheEventArgs objects that would affect the results of a keys collection filter issued by a previous call to Keys.
Public methodCacheEventFilter(CacheEventFilter..::..CacheEventMask, CacheEventFilter..::..CacheEventSyntheticMask)
Construct a CacheEventFilter that evaluates CacheEventArgs objects based on the specified combination of event types.
Public methodCacheEventFilter(CacheEventFilter..::..CacheEventMask, IFilter)
Construct a CacheEventFilter that evaluates CacheEventArgs objects based on the specified combination of event types.
Public methodCacheEventFilter(CacheEventFilter..::..CacheEventMask, IFilter, CacheEventFilter..::..CacheEventSyntheticMask)
Construct a CacheEventFilter that evaluates CacheEventArgs objects based on the specified combination of event types.

See Also