The ConverterCollections..::..ConverterNamedCache type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an element with the provided key and value to the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public methodAddCacheListener(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.
Public methodAddCacheListener(ICacheListener, Object, Boolean)
Add a cache listener for a specific key.
Public methodAddCacheListener(ICacheListener, IFilter, Boolean)
Add a cache listener that receives events based on a filter evaluation.
Public methodAddIndex
Add an index to this IQueryCache.
Public methodAggregate(ICollection, IEntryAggregator)
Perform an aggregating operation against the entries specified by the passed keys.
Public methodAggregate(IFilter, IEntryAggregator)
Perform an aggregating operation against the collection of entries that are selected by the given IFilter.
Public methodClear
Removes all elements from the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public methodContains
Determines whether the dictionary contains an element with the specified key.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public methodCopyTo
Copies the elements of the collection to an array, starting at a particular index.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public methodDestroy
Release and destroy this instance of INamedCache.
Public methodDispose
Calls Dispose()()()() on the underlying cache to release the resources associated with the cache.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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 ConverterCollections..::..ConverterCache.)
Public methodGetEntries(IFilter)
Return a collection of the entries contained in this cache that satisfy the criteria expressed by the filter.
Public methodGetEntries(IFilter, IComparer)
Return a collection of the entries contained in this cache that satisfy the criteria expressed by the filter.
Public methodGetEnumerator
Returns an IDictionaryEnumerator object for the dictionary.
(Inherited from ConverterCollections..::..ConverterCache.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetKeys
Return a collection of the keys contained in this cache for entries that satisfy the criteria expressed by the filter.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValues(IFilter)
Return a collection of the values contained in this cache for entries that satisfy the criteria expressed by the filter.
Public methodGetValues(IFilter, IComparer)
Return a collection of the values contained in this cache for entries that satisfy the criteria expressed by the filter.
Public methodInsert(Object, Object)
Associates the specified value with the specified key in this cache.
(Inherited from ConverterCollections..::..ConverterCache.)
Public methodInsert(Object, Object, Int64)
Associates the specified value with the specified key in this cache.
(Inherited from ConverterCollections..::..ConverterCache.)
Public methodInsertAll
Copies all of the mappings from the specified dictionary to this cache (optional operation).
(Inherited from ConverterCollections..::..ConverterCache.)
Protected methodInstantiateCacheEnumerator
Returns an instance of ICacheEnumerator that uses IConverters to view an underlying enumerator.
(Inherited from ConverterCollections..::..ConverterCache.)
Protected methodInstantiateCollection
Create a Converter Collection.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Protected methodInstantiateDictionary
Create a Converter Dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Protected methodInstantiateDictionaryEnumerator
Returns an instance of IDictionaryEnumerator that uses an IConverters to view an underlying enumerator.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Protected methodInstantiateEntries
Create a Converter Entry collection.
(Inherited from ConverterCollections..::..ConverterCache.)
Public methodInvoke
Invoke the passed IEntryProcessor against the entry specified by the passed key, returning the result of the invocation.
Public methodInvokeAll(ICollection, IEntryProcessor)
Invoke the passed IEntryProcessor against the entries specified by the passed keys, returning the result of the invocation for each.
Public methodInvokeAll(IFilter, IEntryProcessor)
Invoke the passed IEntryProcessor against the set of entries that are selected by the given IFilter, returning the result of the invocation for each.
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 methodRelease
Release local resources associated with this instance of INamedCache.
Public methodRemove
Removes the element with the specified key from the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public methodRemoveCacheListener(ICacheListener)
Remove a standard cache listener that previously signed up for all events.
Public methodRemoveCacheListener(ICacheListener, Object)
Remove a cache listener that previously signed up for events about a specific key.
Public methodRemoveCacheListener(ICacheListener, IFilter)
Remove a cache listener that previously signed up for events based on a filter evaluation.
Public methodRemoveIndex
Remove an index from this IQueryCache.
Public methodToString
Return a string description for this dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public methodUnlock
Unlock the specified item.

See Also