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

The ConverterCollections..::.ConverterCacheEventArgs type exposes the following members.

Fields

  NameDescription
m_convKey
The IConverter to view the underlying CacheEventArgs' key.
m_convVal
The IConverter to view the underlying CacheEventArgs' value.
m_event
The underlying CacheEvent.
m_eventType
The event's type.
(Inherited from CacheEventArgs.)
m_isSynthetic
Event cause flag.
(Inherited from CacheEventArgs.)
m_key
A key.
(Inherited from CacheEventArgs.)
m_source
The event's source.
(Inherited from CacheEventArgs.)
m_transformState
The transformation state for this event
(Inherited from CacheEventArgs.)
m_valueNew
A new value.
(Inherited from CacheEventArgs.)
m_valueOld
A previous value.
(Inherited from CacheEventArgs.)

See Also