Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The CacheEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Cache |
Gets the IObservableCache object on which this
event has actually occured.
| |
| EventType |
Gets this event's type.
| |
| IsExpired |
Return true if this event is an expired event.
| |
| IsPriming |
Return true if this event is a priming event.
| |
| 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.
|