CacheStorageData 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 data defining CacheStorageData. This configuration section defines the name and type of the IBackingStore used by a CacheManager
Namespace: Microsoft.Practices.EnterpriseLibrary.Caching.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Caching (in Microsoft.Practices.EnterpriseLibrary.Caching.dll)
Syntax
'Declaration
<AssemblerAttribute(GetType(TypeInstantiationAssembler(Of IBackingStore, CacheStorageData)))> _
PublicClassCacheStorageData _
Inherits NameTypeConfigurationElement
[AssemblerAttribute(typeof(TypeInstantiationAssembler<IBackingStore, CacheStorageData>))]
publicclassCacheStorageData : NameTypeConfigurationElement
[AssemblerAttribute(typeof(TypeInstantiationAssembler<IBackingStore^, CacheStorageData^>))]
publicref classCacheStorageData : public NameTypeConfigurationElement
publicclass CacheStorageData extends NameTypeConfigurationElement
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
Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.IsolatedStorageCacheStorageData
Microsoft.Practices.EnterpriseLibrary.Caching.Database.Configuration.DataCacheStorageData
See Also
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. |