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

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

Constructors

  NameDescription
Public methodConverterCollections..::..ConverterCacheEventArgs
Constructor.

Methods

  NameDescription
Public methodDispatch
Dispatch this event to the specified MapListener.
(Inherited from CacheEventArgs.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetDescription()()()()
Get the event's description.
(Inherited from CacheEventArgs.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodShouldDispatch
Return true if the provided ICacheListener should receive this event.
(Inherited from CacheEventArgs.)
Public methodToString
Return a string representation of this CacheEventArgs object.
(Inherited from CacheEventArgs.)

Fields

  NameDescription
Protected fieldm_convKey
The IConverter to view the underlying CacheEventArgs' key.
Protected fieldm_convVal
The IConverter to view the underlying CacheEventArgs' value.
Protected fieldm_event
The underlying CacheEvent.
Protected fieldm_eventType
The event's type.
(Inherited from CacheEventArgs.)
Protected fieldm_isExpired
The expired event flag.
(Inherited from CacheEventArgs.)
Protected fieldm_isPriming
The priming event flag.
(Inherited from CacheEventArgs.)
Protected fieldm_isSynthetic
Event cause flag.
(Inherited from CacheEventArgs.)
Protected fieldm_key
A key.
(Inherited from CacheEventArgs.)
Protected fieldm_source
The event's source.
(Inherited from CacheEventArgs.)
Protected fieldm_transformState
The transformation state for this event
(Inherited from CacheEventArgs.)
Protected fieldm_valueNew
A new value.
(Inherited from CacheEventArgs.)
Protected fieldm_valueOld
A previous value.
(Inherited from CacheEventArgs.)

Properties

  NameDescription
Public propertyCache
Gets the IObservableCache object on which this event has actually occured.
(Inherited from CacheEventArgs.)
Public propertyCacheEvent
The underlying CacheEventArgs.
Public propertyConverterKeyUp
The IConverter used to view the underlying CacheEventArgs' key through.
Public propertyConverterValueUp
The IConverter used to view the underlying CacheEventArgs' value through.
Public propertyEventType
Gets this event's type.
(Inherited from CacheEventArgs.)
Public propertyIsExpired
Return true if this event is an expired event.
(Inherited from CacheEventArgs.)
Public propertyIsPriming
Return true if this event is a priming event.
(Inherited from CacheEventArgs.)
Public propertyIsSynthetic
Return true if this event is caused by the cache internal processing such as eviction or loading.
(Inherited from CacheEventArgs.)
Public propertyKey
Gets a key associated with this event.
(Overrides CacheEventArgs..::..Key.)
Public propertyNewValue
A new value associated with this event.
(Overrides CacheEventArgs..::..NewValue.)
Public propertyOldValue
An old value associated with this event.
(Overrides CacheEventArgs..::..OldValue.)
Public propertyTransformState
Return TransformationState for this event.
(Inherited from CacheEventArgs.)

See Also