CacheManager Class

This class represents the interface to caching as shown to the user. All caching operations are performed through this class.

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

Syntax

'Declaration
<ConfigurationElementTypeAttribute(GetType(CacheManagerData))> _
Public Class CacheManager _
    Implements IDisposable, ICacheManager
[ConfigurationElementTypeAttribute(typeof(CacheManagerData))]
public class CacheManager : IDisposable, 
    ICacheManager
[ConfigurationElementTypeAttribute(typeof(CacheManagerData))]
public ref class CacheManager : IDisposable, 
    ICacheManager
public class CacheManager implements IDisposable, ICacheManager

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Caching.CacheManager

See Also

CacheManager Members

Microsoft.Practices.EnterpriseLibrary.Caching Namespace