Property Item
Item[String]
Gets the cache instance from the collection for 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 | This interface contains the services and methods that are used to perform operations on the cache. |