Share via


CacheManagerDataBase Class

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Enterprise Library information can be found at the Enterprise Library site.

Base class for configuration data defining CacheManagerDataBase. Defines the information needed to properly configure a ICacheManager instance.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Caching.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Caching (in Microsoft.Practices.EnterpriseLibrary.Caching.dll)

Syntax

'Declaration
<AssemblerAttribute(GetType(TypeInstantiationAssembler(Of ICacheManager, CacheManagerDataBase)))> _
Public Class CacheManagerDataBase _
    Inherits NameTypeConfigurationElement
[AssemblerAttribute(typeof(TypeInstantiationAssembler<ICacheManager, CacheManagerDataBase>))]
public class CacheManagerDataBase : NameTypeConfigurationElement
[AssemblerAttribute(typeof(TypeInstantiationAssembler<ICacheManager^, CacheManagerDataBase^>))]
public ref class CacheManagerDataBase : public NameTypeConfigurationElement
public class CacheManagerDataBase extends NameTypeConfigurationElement

Inheritance Hierarchy

System.Object
  System.Configuration.ConfigurationElement
    NamedConfigurationElement
      NameTypeConfigurationElement
        Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.CacheManagerDataBase
          Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.CacheManagerData
          Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.CustomCacheManagerData

See Also

CacheManagerDataBase Members

Microsoft.Practices.EnterpriseLibrary.Caching.Configuration Namespace