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

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

Properties

  NameDescription
Public propertyConverterKeyDown
The IConverter used to pass keys down to the underlying entries collection.
Public propertyConverterKeyUp
The IConverter used to view the underlying entries' keys through.
Public propertyConverterValueDown
The IConverter used to pass values down to the underlying entries collection.
Public propertyConverterValueUp
The IConverter used to view the underlying entries' values through.
Public propertyCount
Gets the number of elements contained in the collection.
Public propertyEntries
The underlying collection of ICacheEntry objects.
Public propertyIsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread safe).
Public propertySyncRoot
Gets an object that can be used to synchronize access to the collection.

See Also