Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

The FilterEventArgs type exposes the following members.

Properties

  NameDescription
Cache
Gets the IObservableCache object on which this event has actually occured.
(Inherited from CacheEventArgs.)
EventType
Gets this event's type.
(Inherited from CacheEventArgs.)
Filters
Return an array of filters that are the cause of this event.
IsSynthetic
Return true if this event is caused by the cache internal processing such as eviction or loading.
(Inherited from CacheEventArgs.)
Key
Gets a key associated with this event.
(Inherited from CacheEventArgs.)
NewValue
Gets a new value associated with this event.
(Inherited from CacheEventArgs.)
OldValue
Gets an old value associated with this event.
(Inherited from CacheEventArgs.)

See Also