• CacheManager
  • Documentation
  • Api Docs
  • MichaCo.net
    Show / Hide Table of Contents

    Class CacheManagerSection

    Configuration section for the CacheManager.

    Inheritance
    Object
    ConfigurationElement
    ConfigurationSection
    CacheManagerSection
    Inherited Members
    ConfigurationSection.GetRuntimeObject()
    ConfigurationSection.IsModified()
    ConfigurationSection.ResetModified()
    ConfigurationSection.DeserializeSection(XmlReader)
    ConfigurationSection.SerializeSection(ConfigurationElement, String, ConfigurationSaveMode)
    ConfigurationSection.ShouldSerializePropertyInTargetVersion(ConfigurationProperty, String, FrameworkName, ConfigurationElement)
    ConfigurationSection.ShouldSerializeElementInTargetVersion(ConfigurationElement, String, FrameworkName)
    ConfigurationSection.ShouldSerializeSectionInTargetVersion(FrameworkName)
    ConfigurationSection.SectionInformation
    ConfigurationElement.Init()
    ConfigurationElement.IsReadOnly()
    ConfigurationElement.SetReadOnly()
    ConfigurationElement.ListErrors(IList)
    ConfigurationElement.InitializeDefault()
    ConfigurationElement.Reset(ConfigurationElement)
    ConfigurationElement.Equals(Object)
    ConfigurationElement.GetHashCode()
    ConfigurationElement.SetPropertyValue(ConfigurationProperty, Object, Boolean)
    ConfigurationElement.Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode)
    ConfigurationElement.SerializeToXmlElement(XmlWriter, String)
    ConfigurationElement.SerializeElement(XmlWriter, Boolean)
    ConfigurationElement.DeserializeElement(XmlReader, Boolean)
    ConfigurationElement.OnRequiredPropertyNotFound(String)
    ConfigurationElement.PostDeserialize()
    ConfigurationElement.PreSerialize(XmlWriter)
    ConfigurationElement.OnDeserializeUnrecognizedAttribute(String, String)
    ConfigurationElement.OnDeserializeUnrecognizedElement(String, XmlReader)
    ConfigurationElement.GetTransformedTypeString(String)
    ConfigurationElement.GetTransformedAssemblyString(String)
    ConfigurationElement.LockAttributes
    ConfigurationElement.LockAllAttributesExcept
    ConfigurationElement.LockElements
    ConfigurationElement.LockAllElementsExcept
    ConfigurationElement.LockItem
    ConfigurationElement.Item[ConfigurationProperty]
    ConfigurationElement.Item[String]
    ConfigurationElement.Properties
    ConfigurationElement.ElementInformation
    ConfigurationElement.EvaluationContext
    ConfigurationElement.ElementProperty
    ConfigurationElement.HasContext
    ConfigurationElement.CurrentConfiguration
    Object.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace:CacheManager.Core.Configuration
    Assembly:CacheManager.Core.dll
    Syntax
    public sealed class CacheManagerSection : ConfigurationSection

    Fields

    | Improve this Doc View Source

    DefaultSectionName

    The default section name.

    Declaration
    public const string DefaultSectionName = "cacheManager"
    Field Value
    Type Description
    String

    Properties

    | Improve this Doc View Source

    CacheHandleDefinitions

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    Xmlns

    Gets or sets the XMLNS.

    Declaration
    [ConfigurationProperty("xmlns", IsRequired = false)]
    public string Xmlns { get; set; }
    Property Value
    Type Description
    String

    The XMLNS.

    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net