Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-01

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

Constructors

  NameDescription
Public methodConverterCollections..::..ConverterQueryCache
Constructor.

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 try to free resources and perform other cleanup operations before it 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.)

Fields

  NameDescription
Protected fieldm_convKeyDown
The IConverter used to pass keys down to the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Protected fieldm_convKeyUp
The IConverter used to view keys stored in the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Protected fieldm_convValDown
The IConverter used to pass keys down to the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Protected fieldm_convValUp
The IConverter used to view values stored in the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Protected fieldm_dictionary
The underlying dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Protected fieldm_entries
The entry collection.
(Inherited from ConverterCollections..::..ConverterCache.)

Properties

  NameDescription
Public propertyCache
The underlying ICache.
(Inherited from ConverterCollections..::..ConverterCache.)
Public propertyConverterKeyDown
The IConverter used to pass keys down to the underlying dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyConverterKeyUp
The IConverter used to view the underlying dictionary's keys through.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyConverterValueDown
The IConverter used to pass values down to the underlying dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyConverterValueUp
The IConverter used to view the underlying dictionary's values through.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyCount
Gets the number of elements contained in the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyDictionary
The underlying IDictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyEntries
Gets a collection of ICacheEntry instances within the cache.
(Inherited from ConverterCollections..::..ConverterCache.)
Public propertyIsFixedSize
Gets a value indicating whether the dictionary has a fixed size.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyIsReadOnly
Gets a value indicating whether the dictionary is read-only.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyIsSynchronized
Gets a value indicating whether access to the dictionary is synchronized (thread safe).
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyItem
Gets or sets the element with the specified key.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyKeys
Gets an ICollection containing the keys of the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyQueryCache
The underlying IQueryCache.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyValues
Gets an ICollection containing the values in the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)

See Also