Method GetItem
GetItem(String, out Object)
Tries to the get cached entry by key.
Declaration
public bool GetItem(string key, out object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | key | The cache key. |
| System.Object | value | The retrieved value. |
Returns
| Type | Description |
|---|---|
| System.Boolean | A value of |