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

The ConverterCollections type exposes the following members.

Constructors

  NameDescription
ConverterCollections
Initializes a new instance of the ConverterCollections class

Methods

  NameDescription
ConvertArrayOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetCache
Returns a Converter instance of ICache.
GetCacheEntries
Returns a Converter instance of a collection that holds ICacheEntry objects for a ConverterCollections..::.ConverterCache.
GetCacheEntry
Returns an instance of a ICacheEntry that uses IConverters to retrieve the entry's data.
GetCacheEnumerator
Returns an instance of ICacheEnumerator that uses IConverters to view an underlying enumerator.
GetCacheEventArgs
Returns an instance of a CacheEventArgs that uses IConverters to retrieve the event data.
GetCollection
Returns an instance of ICollection that uses an IConverter to view an underlying collection.
GetConcurrentCache
Returns a Converter instance of IConcurrentCache.
GetDictionary
Returns a Converter instance of IDictionary.
GetDictionaryEnumerator
Returns an instance of IDictionaryEnumerator that uses IConverters to view an underlying enumerator.
GetEnumerator
Returns an instance of IEnumerator that uses an IConverter to view an underlying enumerator.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetInvocableCache
Returns a Converter instance of IInvocableCache.
GetNamedCache
Returns a Converter instance of INamedCache.
GetObservableCache
Returns a Converter instance of IObservableCache.
GetQueryCache
Returns a Converter instance of IQueryCache.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also