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

The CacheEventArgs type exposes the following members.

Constructors

  NameDescription
CacheEventArgsOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetDescriptionOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Return a string representation of this CacheEventArgs object.
(Overrides Object..::.ToString()()().)

Fields

  NameDescription
m_eventType
The event's type.
m_isSynthetic
Event cause flag.
m_key
A key.
m_source
The event's source.
m_transformState
The transformation state for this event
m_valueNew
A new value.
m_valueOld
A previous value.

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