Dela via


BackingStoreCustomFactory 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.

This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Represents the process to build an instance of IBackingStore described by a CacheStorageData configuration object.

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

Syntax

'Declaration
PublicClassBackingStoreCustomFactory _
    Inherits AssemblerBasedCustomFactory(Of IBackingStore, CacheStorageData)
publicclassBackingStoreCustomFactory : AssemblerBasedCustomFactory<IBackingStore, CacheStorageData>
publicref classBackingStoreCustomFactory : public AssemblerBasedCustomFactory<IBackingStore^, CacheStorageData^>
publicclass BackingStoreCustomFactory extends AssemblerBasedCustomFactory<IBackingStore, CacheStorageData>

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.AssemblerBasedObjectFactory<IBackingStore, CacheStorageData>
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.AssemblerBasedCustomFactory<IBackingStore, CacheStorageData>
      Microsoft.Practices.EnterpriseLibrary.Caching.BackingStoreCustomFactory

See Also

BackingStoreCustomFactory Members

Microsoft.Practices.EnterpriseLibrary.Caching 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.