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 ConverterCollections..::..ConverterCacheEventArgs type exposes the following members.
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.) |
![]() | IsExpired |
Return true if this event is an expired event.
(Inherited from CacheEventArgs.) |
![]() | IsPriming |
Return true if this event is a priming event.
(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.) |