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

The latest Enterprise Library information can be found at the Enterprise Library site.

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

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

Syntax

'Declaration
Public Class CacheManagerAssembler _
    Implements IAssembler(Of ICacheManager, CacheManagerDataBase)
public class CacheManagerAssembler : IAssembler<ICacheManager, CacheManagerDataBase>
public ref class CacheManagerAssembler : IAssembler<ICacheManager^, CacheManagerDataBase^>
public class CacheManagerAssembler implements IAssembler<ICacheManager, CacheManagerDataBase>

Remarks

This type is linked to the CacheManagerDataBase type and it is used by the CacheManagerCustomFactory to build the specific ICacheManager object represented by the configuration object.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.CacheManagerAssembler

See Also

CacheManagerAssembler Members

Microsoft.Practices.EnterpriseLibrary.Caching.Configuration Namespace