Share via


ICacheManager Interface

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 interface defines the contract that must be implemented by all cache managers.

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

Syntax

'Declaration
<CustomFactoryAttribute(GetType(CacheManagerCustomFactory))> _
<ConfigurationNameMapperAttribute(GetType(CacheManagerDataRetriever))> _
Public Interface ICacheManager
[CustomFactoryAttribute(typeof(CacheManagerCustomFactory))]
[ConfigurationNameMapperAttribute(typeof(CacheManagerDataRetriever))]
public interface ICacheManager
[CustomFactoryAttribute(typeof(CacheManagerCustomFactory))]
[ConfigurationNameMapperAttribute(typeof(CacheManagerDataRetriever))]
public interface class ICacheManager
public interface ICacheManager

See Also

ICacheManager Members

Microsoft.Practices.EnterpriseLibrary.Caching Namespace