Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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

Properties

  NameDescription
ConverterKeyUp
The IConverter to view the underlying entry's key through.
(Overrides ConverterCollections..::.AbstractConverterCacheEntry..::.ConverterKeyUp.)
ConverterValueDown
Return the IConverter used to change value in the underlying entry.
(Overrides ConverterCollections..::.AbstractConverterCacheEntry..::.ConverterValueDown.)
ConverterValueUp
The IConverter to view the underlying entry's value through.
(Overrides ConverterCollections..::.AbstractConverterCacheEntry..::.ConverterValueUp.)
Entry
The underlying ICacheEntry.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.)
Key
Gets the key corresponding to this entry.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.)
Value
Gets or sets the value corresponding to this entry.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.)

See Also