Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The CacheEventArgs type exposes the following members.

Properties

  NameDescription
Cache
Gets the IObservableCache object on which this event has actually occured.
EventType
Gets this event's type.
IsSynthetic
Return true if this event is caused by the cache internal processing such as eviction or loading.
Key
Gets a key associated with this event.
NewValue
Gets a new value associated with this event.
OldValue
Gets an old value associated with this event.
TransformState
Return TransformationState for this event.

See Also