Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.3.0)
E80354-01

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

Constructors

  NameDescription
Public methodConverterCollections..::..ConverterCacheListener
Constructor.

Methods

  NameDescription
Public methodEntryDeleted
Invoked when a cache entry has been deleted.
Public methodEntryInserted
Invoked when a cache entry has been inserted.
Public methodEntryUpdated
Invoked when a cache entry has been updated.
Public methodEquals
Compare the ConverterCacheListener with another object to determine equality.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Determine a hash value for the listener.
(Overrides Object..::..GetHashCode()()()().)
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Fields

  NameDescription
Protected fieldm_cache
The converting cache that will be the source of converted events.
Protected fieldm_convKey
The IConverter to view an underlying CacheEventArgs' key.
Protected fieldm_convVal
The IConverter to view an underlying CacheEventArgs' value.
Protected fieldm_listener
The underlying ICacheListener.

Properties

  NameDescription
Public propertyCacheListener
The underlying ICacheListener.
Public propertyConverterKeyUp
The IConverter used to view an underlying CacheEventArgs' key through.
Public propertyConverterValueUp
The IConverter used to view an underlying CacheEventArgs' value through.
Public propertyObservableCache
The underlying IObservableCache.

See Also