ConverterObservableCache Methods |
The ConverterCollectionsConverterObservableCache type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds an element with the provided key and value to the
dictionary.
(Inherited from ConverterCollectionsConverterDictionary.) |
![]() | AddCacheListener(ICacheListener) |
Add a standard cache listener that will receive all events
(inserts, updates, deletes) that occur against the cache,
with the key, old-value and new-value included.
|
![]() | AddCacheListener(ICacheListener, Object, Boolean) |
Add a cache listener for a specific key.
|
![]() | AddCacheListener(ICacheListener, IFilter, Boolean) |
Add a cache listener that receives events based on a filter
evaluation.
|
![]() | 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.) |
![]() | GetConverterListener |
Create a converter listener for the specified listener.
|
![]() | 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.) |
![]() | 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.) |
![]() | RemoveCacheListener(ICacheListener) |
Remove a standard cache listener that previously signed up
for all events.
|
![]() | RemoveCacheListener(ICacheListener, Object) |
Remove a cache listener that previously signed up for events
about a specific key.
|
![]() | RemoveCacheListener(ICacheListener, IFilter) |
Remove a cache listener that previously signed up for events
based on a filter evaluation.
|
![]() | ToString |
Return a string description for this dictionary.
(Inherited from ConverterCollectionsConverterDictionary.) |