ConverterCollectionsConverterConcurrentCache Class | 
Namespace: Tangosol.Util
[SerializableAttribute] public class ConverterConcurrentCache : ConverterCollectionsConverterCache, IConcurrentCache, ICache, IDictionary, ICollection, IEnumerable
The ConverterCollectionsConverterConcurrentCache type exposes the following members.
| Name | Description | |
|---|---|---|
| ConverterCollectionsConverterConcurrentCache | 
            Constructor.
              | 
| Name | Description | |
|---|---|---|
| Cache | 
            The underlying ICache.
              (Inherited from ConverterCollectionsConverterCache.) | |
| ConcurrentCache | 
            The underlying IConcurrentCache.
              | |
| ConverterKeyDown | 
            The IConverter used to pass keys down to the
            underlying dictionary.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| ConverterKeyUp | 
            The IConverter used to view the underlying
            dictionary's keys through.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| ConverterValueDown | 
            The IConverter used to pass values down to the
            underlying dictionary.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| ConverterValueUp | 
            The IConverter used to view the underlying
            dictionary's values through.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| Count | 
            Gets the number of elements contained in the dictionary.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| Dictionary | 
            The underlying IDictionary.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| Entries | 
            Gets a collection of ICacheEntry instances
            within the cache.
              (Inherited from ConverterCollectionsConverterCache.) | |
| IsFixedSize | 
            Gets a value indicating whether the dictionary has a fixed
            size.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| IsReadOnly | 
            Gets a value indicating whether the dictionary is read-only.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| IsSynchronized | 
            Gets a value indicating whether access to the dictionary is
            synchronized (thread safe).
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| Item | 
            Gets or sets the element with the specified key.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| Keys | 
            Gets an ICollection containing the keys of the
            dictionary.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| SyncRoot | 
            Gets an object that can be used to synchronize access to the
            dictionary.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| Values | 
            Gets an ICollection containing the values in
            the dictionary.
              (Inherited from ConverterCollectionsConverterDictionary.) | 
| Name | Description | |
|---|---|---|
| Add | 
            Adds an element with the provided key and value to the
            dictionary.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| Clear | 
            Removes all elements from the dictionary.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| Contains | 
            Determines whether the dictionary contains an element with
            the specified key.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| CopyTo | 
            Copies the elements of the collection to an array, starting
            at a particular index.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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 ConverterCollectionsConverterCache.) | |
| GetEnumerator | 
            Returns an IDictionaryEnumerator object for the
            dictionary.
              (Inherited from ConverterCollectionsConverterCache.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| Insert(Object, Object) | 
            Associates the specified value with the specified key in this
            cache.
              (Inherited from ConverterCollectionsConverterCache.) | |
| Insert(Object, Object, Int64) | 
            Associates the specified value with the specified key in this
            cache.
              (Inherited from ConverterCollectionsConverterCache.) | |
| InsertAll | 
            Copies all of the mappings from the specified dictionary to this
            cache (optional operation).
              (Inherited from ConverterCollectionsConverterCache.) | |
| InstantiateCacheEnumerator | 
            Returns an instance of ICacheEnumerator that
            uses IConverters to view an underlying
            enumerator.
              (Inherited from ConverterCollectionsConverterCache.) | |
| InstantiateCollection | 
            Create a Converter Collection.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| InstantiateDictionary | 
            Create a Converter Dictionary.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| InstantiateDictionaryEnumerator | 
            Returns an instance of IDictionaryEnumerator that
            uses an IConverters to view an underlying
            enumerator.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| InstantiateEntries | 
            Create a Converter Entry collection.
              (Inherited from ConverterCollectionsConverterCache.) | |
| Lock(Object) | 
            Attempt to lock the specified item and return immediately.
              | |
| Lock(Object, Int64) | 
            Attempt to lock the specified item within the specified
            period of time.
              | |
| 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 ConverterCollectionsConverterDictionary.) | |
| ToString | 
            Return a string description for this dictionary.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| Unlock | 
            Unlock the specified item.
              | 
| Name | Description | |
|---|---|---|
| m_convKeyDown | 
            The IConverter used to pass keys down to the dictionary.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| m_convKeyUp | 
            The IConverter used to view keys stored in the dictionary.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| m_convValDown | 
            The IConverter used to pass keys down to the dictionary.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| m_convValUp | 
            The IConverter used to view values stored in the dictionary.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| m_dictionary | 
            The underlying dictionary.
              (Inherited from ConverterCollectionsConverterDictionary.) | |
| m_entries | 
            The entry collection.
              (Inherited from ConverterCollectionsConverterCache.) |