Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
A collection of ICollection implementation classes that
use the IConverter interface to convert the items
stored in underlying collection objects.
The ConverterCollections..::.ConverterCacheEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConverterCollections..::.ConverterCacheEventArgs |
Constructor.
|
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified (Inherited from | ||
Allows an (Inherited from | ||
| GetDescription |
Get the event's description.
(Inherited from CacheEventArgs.) | |
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString |
Return a string representation of this
CacheEventArgs object.
(Inherited from CacheEventArgs.) |
Fields
| Name | Description | |
|---|---|---|
| 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.) |
Properties
| Name | Description | |
|---|---|---|
| Cache |
Gets the IObservableCache object on which this
event has actually occured.
(Inherited from CacheEventArgs.) | |
| CacheEvent |
The underlying CacheEventArgs.
| |
| ConverterKeyUp |
The IConverter used to view the underlying
CacheEventArgs' key through.
| |
| ConverterValueUp |
The IConverter used to view the underlying
CacheEventArgs' value through.
| |
| EventType |
Gets this event's type.
(Inherited from CacheEventArgs.) | |
| IsSynthetic |
Return true if this event is caused by the cache internal
processing such as eviction or loading.
(Inherited from CacheEventArgs.) | |
| Key |
Gets a key associated with this event.
(Overrides CacheEventArgs..::.Key.) | |
| NewValue |
A new value associated with this event.
(Overrides CacheEventArgs..::.NewValue.) | |
| OldValue |
An old value associated with this event.
(Overrides CacheEventArgs..::.OldValue.) | |
| TransformState |
Return TransformationState for this event.
(Inherited from CacheEventArgs.) |