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