Returns the collection of clustered caches for this application.

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 static CacheCollection Caches { get; }
Visual Basic
Public Shared ReadOnly Property Caches As CacheCollection
	Get
Visual C++
public:
static property CacheCollection^ Caches {
	CacheCollection^ get ();
}

Field Value

The instance of CacheCollection for this Web application.

Remarks

One instance of this class is created per application domain, and it remains valid as long as the application domain remains active. Information about an instance of this class is available through the Caches property of the NCache object.

See Also