CacheManagerBaseNode 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. |
Represents a cache manager implementation. The class is abstract.
Namespace: Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.dll)
Syntax
'Declaration
<SelectedImageAttribute(GetType(CacheManagerBaseNode))> _
<ImageAttribute(GetType(CacheManagerBaseNode))> _
Public MustInherit Class CacheManagerBaseNode _
Inherits ConfigurationNode
[SelectedImageAttribute(typeof(CacheManagerBaseNode))]
[ImageAttribute(typeof(CacheManagerBaseNode))]
public abstract class CacheManagerBaseNode : ConfigurationNode
[SelectedImageAttribute(typeof(CacheManagerBaseNode))]
[ImageAttribute(typeof(CacheManagerBaseNode))]
public ref class CacheManagerBaseNode abstract : public ConfigurationNode
public abstract class CacheManagerBaseNode extends ConfigurationNode
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode
Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.CacheManagerBaseNode
Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.CacheManagerNode
Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.CustomCacheManagerNode
See Also
Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design Namespace