DataCacheStorageData 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 information for DataCacheStorageData. This class represents the extra information, over and above what is defined in CacheStorageData, needed to connect caching to the Data block.
Namespace: Microsoft.Practices.EnterpriseLibrary.Caching.Database.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Caching.Database (in Microsoft.Practices.EnterpriseLibrary.Caching.Database.dll)
Syntax
'Declaration
<AssemblerAttribute(GetType(DataBackingStoreAssembler))> _
PublicClassDataCacheStorageData _
Inherits CacheStorageData
[AssemblerAttribute(typeof(DataBackingStoreAssembler))]
publicclassDataCacheStorageData : CacheStorageData
[AssemblerAttribute(typeof(DataBackingStoreAssembler))]
publicref classDataCacheStorageData : public CacheStorageData
publicclass DataCacheStorageData extends CacheStorageData
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.Database.Configuration.DataCacheStorageData
See Also
Microsoft.Practices.EnterpriseLibrary.Caching.Database.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. |