Search Results for

    Show / Hide Table of Contents

    Class CachingElement

    Represents configuration element containing the distributed cache configuration.

    Inheritance
    object
    ConfigurationElement
    CachingElement
    Inherited Members
    ConfigurationElement.IsReadOnly()
    ConfigurationElement.Equals(object)
    ConfigurationElement.GetHashCode()
    ConfigurationElement.LockAttributes
    ConfigurationElement.LockAllAttributesExcept
    ConfigurationElement.LockElements
    ConfigurationElement.LockAllElementsExcept
    ConfigurationElement.LockItem
    ConfigurationElement.ElementInformation
    ConfigurationElement.CurrentConfiguration
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    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
    [ConfigurationProperty("type")]
    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
    Overrides
    ConfigurationElement.Properties
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation