hasStoreKey

The hasStoreKey function is used to check if a key is present in the store

Syntax

c4i:hasStoreKey(key)

Parameters

key

The key. It is recommended to force a string key using the stringopen in new window function.

Return value

True if the key is present in the store, false otherwise.

Last Updated: