Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The CacheEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyCache
Gets the IObservableCache object on which this event has actually occured.
Public propertyEventType
Gets this event's type.
Public propertyIsExpired
Return true if this event is an expired event.
Public propertyIsPriming
Return true if this event is a priming event.
Public propertyIsSynthetic
Return true if this event is caused by the cache internal processing such as eviction or loading.
Public propertyKey
Gets a key associated with this event.
Public propertyNewValue
Gets a new value associated with this event.
Public propertyOldValue
Gets an old value associated with this event.
Public propertyTransformState
Return TransformationState for this event.

See Also