ConverterQueryCache Properties | 
The ConverterCollectionsConverterQueryCache type exposes the following members.
| Name | Description | |
|---|---|---|
| Cache | 
            The underlying ICache.
              (Inherited from ConverterCollectionsConverterCache.) | |
| 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.) | |
| QueryCache | 
            The underlying IQueryCache.
              | |
| 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.) |