Gets the Cache instance at the specified key.

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 Cache this[
	string cacheId
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	cacheId As String _
) As Cache
	Get
Visual C++
public:
property Cache^ default[String^ cacheId] {
	Cache^ get (String^ cacheId);
}

Parameters

cacheId
Type: System..::..String
The cache id that uniquely identifies each cache instance

Return Value

Alachisoft.NCache.Web.Caching.Cache instance

See Also