Show / Hide Table of Contents

    Class CachingElement

    Represents configuration element containing the distributed cache configuration.

    Inheritance
    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
    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
    String

    Properties

    Gets collection of configuration element properties.

    Declaration
    protected override ConfigurationPropertyCollection Properties { get; }
    Property Value
    Type Description
    ConfigurationPropertyCollection
    Back to top Nevatech Sentinet 6.5 Online Documentation