Class CacheManagerSection
Configuration section for the CacheManager.
Inherited Members
Namespace:CacheManager.Core.Configuration
Assembly:CacheManager.Core.dll
Syntax
public sealed class CacheManagerSection : ConfigurationSection
Fields
| Improve this Doc View SourceDefaultSectionName
The default section name.
Declaration
public const string DefaultSectionName = "cacheManager"
Field Value
| Type | Description |
|---|---|
| String |
Properties
| Improve this Doc View SourceCacheHandleDefinitions
Gets the cache handle definitions.
Declaration
[ConfigurationProperty("cacheHandles")]
[ConfigurationCollection(typeof (CacheHandleDefinitionCollection), AddItemName = "handleDef")]
public CacheHandleDefinitionCollection CacheHandleDefinitions { get; }
Property Value
| Type | Description |
|---|---|
| CacheHandleDefinitionCollection | The cache handle definitions. |
CacheManagers
Gets the cache managers.
Declaration
[ConfigurationProperty("managers")]
[ConfigurationCollection(typeof (CacheManagerCollection), AddItemName = "cache")]
public CacheManagerCollection CacheManagers { get; }
Property Value
| Type | Description |
|---|---|
| CacheManagerCollection | The cache managers. |
Xmlns
Gets or sets the XMLNS.
Declaration
[ConfigurationProperty("xmlns", IsRequired = false)]
public string Xmlns { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The XMLNS. |