Represents a collection of the caches initialized within the same application domain.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public class CacheCollection : IEnumerable
Visual Basic
Public Class CacheCollection _
	Implements IEnumerable
Visual C++
public ref class CacheCollection : IEnumerable

Remarks

An instance of this class can not be created. The class implements the IEnumerable interface.

Inheritance Hierarchy

System..::..Object
  Alachisoft.NCache.Web.Caching..::..CacheCollection

See Also