Class CachingElement
Represents configuration element containing the distributed cache configuration.
Inheritance
System.Object
CachingElement
Namespace: Nevatech.Vsb.Repository.Configuration
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class CachingElement : ConfigurationElement
Constructors
CachingElement()
Declaration
public CachingElement()
Fields
CacheTypeAttributeName
Name of the attribute representing CacheType property.
Declaration
public const string CacheTypeAttributeName = "type"
Field Value
Type | Description |
---|---|
System.String |
Properties
CacheType
Gets or sets the fully qualified type name of the distributed cache provider. If not set then memory cache is used.
Declaration
public string CacheType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Properties
Gets collection of configuration element properties.
Declaration
protected override ConfigurationPropertyCollection Properties { get; }
Property Value
Type | Description |
---|---|
System.Configuration.ConfigurationPropertyCollection |