Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Construct a CacheEventFilter that evaluates CacheEventArgs objects based on the specified combination of event types.

Namespace:  Tangosol.Util.Filter
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

Remarks

Using this constructor is equivalent to:
CopyC#
new CacheEventFilter(mask, null);

See Also