Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
A collection of ICollection implementation classes that
use the IConverter interface to convert the items
stored in underlying collection objects.
The ConverterCollections..::.ConverterInvocableCache type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConverterCollections..::.ConverterInvocableCache |
Constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an element with the provided key and value to the
dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.) | |
| Aggregate | Overloaded. | |
| 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.) | |
Determines whether the specified (Inherited from | ||
Allows an (Inherited from | ||
| GetAll |
Get the values for all the specified keys, if they are in the
cache.
(Inherited from ConverterCollections..::.ConverterCache.) | |
| GetEnumerator |
Returns an (Inherited from ConverterCollections..::.ConverterCache.) | |
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
| Insert | Overloaded. | |
| 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 (Inherited from ConverterCollections..::.ConverterDictionary.) | |
| InstantiateEntries |
Create a Converter Entry collection.
(Inherited from ConverterCollections..::.ConverterCache.) | |
| Invoke |
Invoke the passed IEntryProcessor against the
entry specified by the passed key, returning the result of
the invocation.
| |
| InvokeAll | Overloaded. | |
Creates a shallow copy of the current (Inherited from | ||
| Remove |
Removes the element with the specified key from the
dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.) | |
| ToString |
Return a string description for this dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.) |
Fields
| Name | Description | |
|---|---|---|
| m_convKeyDown |
The IConverter used to pass keys down to the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.) | |
| m_convKeyUp |
The IConverter used to view keys stored in the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.) | |
| m_convValDown |
The IConverter used to pass keys down to the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.) | |
| m_convValUp |
The IConverter used to view values stored in the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.) | |
| m_dictionary |
The underlying dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.) | |
| m_entries |
The entry collection.
(Inherited from ConverterCollections..::.ConverterCache.) |
Properties
| Name | Description | |
|---|---|---|
| Cache |
The underlying ICache.
(Inherited from ConverterCollections..::.ConverterCache.) | |
| ConverterKeyDown |
The IConverter used to pass keys down to the
underlying dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.) | |
| ConverterKeyUp |
The IConverter used to view the underlying
dictionary's keys through.
(Inherited from ConverterCollections..::.ConverterDictionary.) | |
| ConverterValueDown |
The IConverter used to pass values down to the
underlying dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.) | |
| ConverterValueUp |
The IConverter used to view the underlying
dictionary's values through.
(Inherited from ConverterCollections..::.ConverterDictionary.) | |
| Count |
Gets the number of elements contained in the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.) | |
| Dictionary |
The underlying (Inherited from ConverterCollections..::.ConverterDictionary.) | |
| Entries |
Gets a collection of ICacheEntry instances
within the cache.
(Inherited from ConverterCollections..::.ConverterCache.) | |
| InvocableCache |
The underlying IInvocableCache.
| |
| IsFixedSize |
Gets a value indicating whether the dictionary has a fixed
size.
(Inherited from ConverterCollections..::.ConverterDictionary.) | |
| IsReadOnly |
Gets a value indicating whether the dictionary is read-only.
(Inherited from ConverterCollections..::.ConverterDictionary.) | |
| IsSynchronized |
Gets a value indicating whether access to the dictionary is
synchronized (thread safe).
(Inherited from ConverterCollections..::.ConverterDictionary.) | |
| Item |
Gets or sets the element with the specified key.
(Inherited from ConverterCollections..::.ConverterDictionary.) | |
| Keys |
Gets an (Inherited from ConverterCollections..::.ConverterDictionary.) | |
| SyncRoot |
Gets an object that can be used to synchronize access to the
dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.) | |
| Values |
Gets an (Inherited from ConverterCollections..::.ConverterDictionary.) |