Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The ConverterCollections..::..ConverterQueryCache type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds an element with the provided key and value to the
dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | AddIndex |
Add an index to this IQueryCache.
|
![]() | Clear |
Removes all elements from the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | Contains |
Determines whether the dictionary contains an element with
the specified key.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | CopyTo |
Copies the elements of the collection to an array, starting
at a particular index.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | 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.) |
![]() | GetAll |
Get the values for all the specified keys, if they are in the
cache.
(Inherited from ConverterCollections..::..ConverterCache.) |
![]() | GetEntries(IFilter) |
Return a collection of the entries contained in this cache
that satisfy the criteria expressed by the filter.
|
![]() | GetEntries(IFilter, IComparer) |
Return a collection of the entries contained in this cache
that satisfy the criteria expressed by the filter.
|
![]() | GetEnumerator |
Returns an IDictionaryEnumerator object for the
dictionary.
(Inherited from ConverterCollections..::..ConverterCache.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetKeys |
Return a collection of the keys contained in this cache for
entries that satisfy the criteria expressed by the filter.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValues(IFilter) |
Return a collection of the values contained in this cache for
entries that satisfy the criteria expressed by the filter.
|
![]() | GetValues(IFilter, IComparer) |
Return a collection of the values contained in this cache for
entries that satisfy the criteria expressed by the filter.
|
![]() | Insert(Object, Object) |
Associates the specified value with the specified key in this
cache.
(Inherited from ConverterCollections..::..ConverterCache.) |
![]() | Insert(Object, Object, Int64) |
Associates the specified value with the specified key in this
cache.
(Inherited from ConverterCollections..::..ConverterCache.) |
![]() | InsertAll |
Copies all of the mappings from the specified dictionary to this
cache (optional operation).
(Inherited from ConverterCollections..::..ConverterCache.) |
![]() | InstantiateCacheEnumerator |
Returns an instance of ICacheEnumerator that
uses IConverters to view an underlying
enumerator.
(Inherited from ConverterCollections..::..ConverterCache.) |
![]() | InstantiateCollection |
Create a Converter Collection.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | InstantiateDictionary |
Create a Converter Dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | InstantiateDictionaryEnumerator |
Returns an instance of IDictionaryEnumerator that
uses an IConverters to view an underlying
enumerator.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | InstantiateEntries |
Create a Converter Entry collection.
(Inherited from ConverterCollections..::..ConverterCache.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove |
Removes the element with the specified key from the
dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |
![]() | RemoveIndex |
Remove an index from this IQueryCache.
|
![]() | ToString |
Return a string description for this dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.) |