Click or drag to resize

ConverterConcurrentCache Methods

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

The ConverterCollectionsConverterConcurrentCache type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an element with the provided key and value to the dictionary.
(Inherited from ConverterCollectionsConverterDictionary.)
Public methodClear
Removes all elements from the dictionary.
(Inherited from ConverterCollectionsConverterDictionary.)
Public methodContains
Determines whether the dictionary contains an element with the specified key.
(Inherited from ConverterCollectionsConverterDictionary.)
Public methodCopyTo
Copies the elements of the collection to an array, starting at a particular index.
(Inherited from ConverterCollectionsConverterDictionary.)
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 ConverterCollectionsConverterCache.)
Public methodGetEnumerator
Returns an IDictionaryEnumerator object for the dictionary.
(Inherited from ConverterCollectionsConverterCache.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsert(Object, Object)
Associates the specified value with the specified key in this cache.
(Inherited from ConverterCollectionsConverterCache.)
Public methodInsert(Object, Object, Int64)
Associates the specified value with the specified key in this cache.
(Inherited from ConverterCollectionsConverterCache.)
Public methodInsertAll
Copies all of the mappings from the specified dictionary to this cache (optional operation).
(Inherited from ConverterCollectionsConverterCache.)
Protected methodInstantiateCacheEnumerator
Returns an instance of ICacheEnumerator that uses IConverters to view an underlying enumerator.
(Inherited from ConverterCollectionsConverterCache.)
Protected methodInstantiateCollection
Create a Converter Collection.
(Inherited from ConverterCollectionsConverterDictionary.)
Protected methodInstantiateDictionary
Create a Converter Dictionary.
(Inherited from ConverterCollectionsConverterDictionary.)
Protected methodInstantiateDictionaryEnumerator
Returns an instance of IDictionaryEnumerator that uses an IConverters to view an underlying enumerator.
(Inherited from ConverterCollectionsConverterDictionary.)
Protected methodInstantiateEntries
Create a Converter Entry collection.
(Inherited from ConverterCollectionsConverterCache.)
Public methodLock(Object)
Attempt to lock the specified item and return immediately.
Public methodLock(Object, Int64)
Attempt to lock the specified item within the specified period of time.
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 ConverterCollectionsConverterDictionary.)
Public methodToString
Return a string description for this dictionary.
(Inherited from ConverterCollectionsConverterDictionary.)
Public methodUnlock
Unlock the specified item.
Top
See Also