CacheStorageNode 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.

Represents a cache storage provider. 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(CacheStorageNode))> _
<ImageAttribute(GetType(CacheStorageNode))> _
PublicMustInheritClassCacheStorageNode _
    Inherits ConfigurationNode
[SelectedImageAttribute(typeof(CacheStorageNode))]
[ImageAttribute(typeof(CacheStorageNode))]
publicabstractclassCacheStorageNode : ConfigurationNode
[SelectedImageAttribute(typeof(CacheStorageNode))]
[ImageAttribute(typeof(CacheStorageNode))]
publicref classCacheStorageNodeabstract : public ConfigurationNode
publicabstractclass CacheStorageNode extends ConfigurationNode

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode
    Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.CacheStorageNode
      Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.CustomCacheStorageNode
      Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.IsolatedStorageCacheStorageNode
      Microsoft.Practices.EnterpriseLibrary.Caching.Database.Configuration.Design.DataCacheStorageNode

See Also

CacheStorageNode Members

Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design Namespace

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.