Share via


CacheFactory.GetCacheManager Method

Include Protected Members
Include Inherited Members

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.

Overload List

  Name Description
Public methodStatic member GetCacheManager()
Returns the default CacheManager instance. The same instance should be returned each time this method is called. The name of the instance to treat as the default CacheManager is defined in the configuration file. Guaranteed to return an intialized CacheManager if no exception thrown
Public methodStatic member GetCacheManager(String)
Returns the named CacheManager instance. Guaranteed to return an initialized CacheManager if no exception thrown.

See Also

CacheFactory Class

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