channelCache.checkValueExists¶
Signature: channelCache.checkValueExists(key)
Returns: Boolean exists - true if a value is found, false if a value is not found
Check for the existence of a value associated with the key.
Parameters¶
| Type | Name | Description | Default |
|---|---|---|---|
| String | key | a unique string used to identify the cached value |