Property Item
Item[String]
Gets the Cache instance at the specified key.
Declaration
public ICache this[string cacheId] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | cacheId | The cache id that uniquely identifies each cache instance |
Property Value
Type | Description |
---|---|
ICache | Alachisoft.NCache.Client.Caching.Cache instance |