Get¶
Returns cached value by specified key if found.
1 |
|
Parameters¶
string key
Key of value
Returns¶
Returns value if found, otherwise null.
Remarks¶
Key name can be separated with ":" qualifier if required.
How to get a cached object¶
1 2 |
|