CustomCacheStorageData 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. |
Configuration object for Custom Providers.
Namespace: Microsoft.Practices.EnterpriseLibrary.Caching.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Caching (in Microsoft.Practices.EnterpriseLibrary.Caching.dll)
Syntax
'Declaration
<AssemblerAttribute(GetType(CustomProviderAssembler(Of IBackingStore, CacheStorageData, CustomCacheStorageData)))> _
PublicClassCustomCacheStorageData _
Inherits CacheStorageData _
Implements IHelperAssistedCustomConfigurationData(OfCustomCacheStorageData), ICustomProviderData
[AssemblerAttribute(typeof(CustomProviderAssembler<IBackingStore, CacheStorageData, CustomCacheStorageData>))]
publicclassCustomCacheStorageData : CacheStorageData,
IHelperAssistedCustomConfigurationData<CustomCacheStorageData>, ICustomProviderData
[AssemblerAttribute(typeof(CustomProviderAssembler<IBackingStore^, CacheStorageData^, CustomCacheStorageData^>))]
publicref classCustomCacheStorageData : public CacheStorageData,
IHelperAssistedCustomConfigurationData<CustomCacheStorageData^>, ICustomProviderData
publicclass 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
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. |