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

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

Methods

  NameDescription
Public methodAdd
Adds an element with the provided key and value to the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public methodAddIndex
Add an index to this IQueryCache.
Public methodClear
Removes all elements from the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public methodContains
Determines whether the dictionary contains an element with the specified key.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public methodCopyTo
Copies the elements of the collection to an array, starting at a particular index.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAll
Get the values for all the specified keys, if they are in the cache.
(Inherited from ConverterCollections..::..ConverterCache.)
Public methodGetEntries(IFilter)
Return a collection of the entries contained in this cache that satisfy the criteria expressed by the filter.
Public methodGetEntries(IFilter, IComparer)
Return a collection of the entries contained in this cache that satisfy the criteria expressed by the filter.
Public methodGetEnumerator
Returns an IDictionaryEnumerator object for the dictionary.
(Inherited from ConverterCollections..::..ConverterCache.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetKeys
Return a collection of the keys contained in this cache for entries that satisfy the criteria expressed by the filter.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValues(IFilter)
Return a collection of the values contained in this cache for entries that satisfy the criteria expressed by the filter.
Public methodGetValues(IFilter, IComparer)
Return a collection of the values contained in this cache for entries that satisfy the criteria expressed by the filter.
Public methodInsert(Object, Object)
Associates the specified value with the specified key in this cache.
(Inherited from ConverterCollections..::..ConverterCache.)
Public methodInsert(Object, Object, Int64)
Associates the specified value with the specified key in this cache.
(Inherited from ConverterCollections..::..ConverterCache.)
Public methodInsertAll
Copies all of the mappings from the specified dictionary to this cache (optional operation).
(Inherited from ConverterCollections..::..ConverterCache.)
Protected methodInstantiateCacheEnumerator
Returns an instance of ICacheEnumerator that uses IConverters to view an underlying enumerator.
(Inherited from ConverterCollections..::..ConverterCache.)
Protected methodInstantiateCollection
Create a Converter Collection.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Protected methodInstantiateDictionary
Create a Converter Dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Protected methodInstantiateDictionaryEnumerator
Returns an instance of IDictionaryEnumerator that uses an IConverters to view an underlying enumerator.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Protected methodInstantiateEntries
Create a Converter Entry collection.
(Inherited from ConverterCollections..::..ConverterCache.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the element with the specified key from the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public methodRemoveIndex
Remove an index from this IQueryCache.
Public methodToString
Return a string description for this dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)

See Also