CustomCacheStorageData Class

Configuration object for Custom Providers.

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

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Class CustomCacheStorageData _
    Inherits CacheStorageData _
    Implements IHelperAssistedCustomConfigurationData(Of CustomCacheStorageData), ICustomProviderData
[BrowsableAttribute(true)]
public class CustomCacheStorageData : CacheStorageData, 
    IHelperAssistedCustomConfigurationData<CustomCacheStorageData>, ICustomProviderData
[BrowsableAttribute(true)]
public ref class CustomCacheStorageData : public CacheStorageData, 
    IHelperAssistedCustomConfigurationData<CustomCacheStorageData^>, ICustomProviderData
public class CustomCacheStorageData extends CacheStorageData implements IHelperAssistedCustomConfigurationData<CustomCacheStorageData>, ICustomProviderData

Inheritance Hierarchy

System.Object
  System.Configuration.ConfigurationElement
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedConfigurationElement
      Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NameTypeConfigurationElement
        Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.CacheStorageData
          Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.CustomCacheStorageData

See Also

CustomCacheStorageData Members

Microsoft.Practices.EnterpriseLibrary.Caching.Configuration Namespace