Click or drag to resize

FilterEventArgs Constructor (IObservableCache, CacheEventType, Object, Boolean, IFilter)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Constructs a new lite (no values are speicifed) FilterEventArgs.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public FilterEventArgs(
	IObservableCache map,
	CacheEventType id,
	Object key,
	bool isSynthetic,
	IFilter[] filters
)

Parameters

map
Type: Tangosol.Net.CacheIObservableCache
The IObservableCache object that fired the event.
id
Type: Tangosol.Net.CacheCacheEventType
This event's id.
key
Type: SystemObject
The key into the cache.
isSynthetic
Type: SystemBoolean
true if the event is caused by the cache internal processing such as eviction or loading.
filters
Type: Tangosol.UtilIFilter
An array of filters that caused this event.
See Also