Click or drag to resize

CacheEventFilter Constructor

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Overload List
  NameDescription
Public methodCacheEventFilter
Default constructor.
Public methodCacheEventFilter(CacheEventFilterCacheEventMask)
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(CacheEventFilterCacheEventMask, CacheEventFilterCacheEventSyntheticMask)
Construct a CacheEventFilter that evaluates CacheEventArgs objects based on the specified combination of event types.
Public methodCacheEventFilter(CacheEventFilterCacheEventMask, IFilter)
Construct a CacheEventFilter that evaluates CacheEventArgs objects based on the specified combination of event types.
Public methodCacheEventFilter(CacheEventFilterCacheEventMask, IFilter, CacheEventFilterCacheEventSyntheticMask)
Construct a CacheEventFilter that evaluates CacheEventArgs objects based on the specified combination of event types.
Top
See Also