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