Class CacheManagerCollection
Collection of cache configurations.
Inherited Members
Namespace:CacheManager.Core.Configuration
Assembly:CacheManager.Core.dll
Syntax
public sealed class CacheManagerCollection : ConfigurationElementCollection, ICollection, IEnumerable<CacheManagerHandleCollection>, IEnumerable
Methods
| Improve this Doc View SourceCreateNewElement()
When overridden in a derived class, creates a new ConfigurationElement.
Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type | Description |
---|---|
ConfigurationElement | A new ConfigurationElement. |
Overrides
| Improve this Doc View SourceGetElementKey(ConfigurationElement)
Gets the element key for a specified configuration element when overridden in a derived class.
Declaration
protected override object GetElementKey(ConfigurationElement element)
Parameters
Type | Name | Description |
---|---|---|
ConfigurationElement | element | The ConfigurationElement to return the key for. |
Returns
Type | Description |
---|---|
Object | An Object that acts as the key for the specified ConfigurationElement. |
Overrides
| Improve this Doc View SourceGetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public IEnumerator<CacheManagerHandleCollection> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<CacheManagerHandleCollection> | A IEnumerator<T> that can be used to iterate through the collection. |