NullBackingStoreSetting 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 the configuration information from a CacheStorageData instance.

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

Syntax

'Declaration
<InstrumentationClassAttribute(InstrumentationType.Instance)> _
PublicClassNullBackingStoreSetting _
    Inherits CacheStorageSetting
[InstrumentationClassAttribute(InstrumentationType.Instance)]
publicclassNullBackingStoreSetting : CacheStorageSetting
[InstrumentationClassAttribute(InstrumentationType::Instance)]
publicref classNullBackingStoreSetting : public CacheStorageSetting
publicclass NullBackingStoreSetting extends CacheStorageSetting

Remarks

Class CacheStorageData is both the root of the cache storage implementation configuration objects and the configuration object that represents a NullBackingStore.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.ConfigurationSetting
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.NamedConfigurationSetting
      Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Manageability.CacheStorageSetting
        Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Manageability.NullBackingStoreSetting

See Also

NullBackingStoreSetting Members

Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Manageability Namespace

Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.CacheStorageData

Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Manageability.CacheStorageSetting

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.