ConverterNamedCache Properties |
The ConverterCollectionsConverterNamedCache type exposes the following members.
Name | Description | |
---|---|---|
![]() | Cache |
The underlying ICache.
(Inherited from ConverterCollectionsConverterCache.) |
![]() | CacheName |
Gets the cache name.
|
![]() | CacheService |
Gets the ICacheService that this INamedCache is
a part of.
|
![]() | 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.) |
![]() | IsActive |
Specifies whether or not the INamedCache is active.
|
![]() | 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.) |
![]() | NamedCache |
The underlying INamedCache.
|
![]() | 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.) |