Click or drag to resize

ConverterCollectionsConverterCacheListener Class

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
A converter CacheListener that converts events of the underlying ICacheListener for the underlying cache.
Inheritance Hierarchy
SystemObject
  Tangosol.UtilConverterCollectionsConverterCacheListener

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public class ConverterCacheListener : ICacheListener

The ConverterCollectionsConverterCacheListener type exposes the following members.

Constructors
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.
Top
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 ObjectEquals(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 ObjectGetHashCode.)
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.)
Top
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.
Top
See Also