Caches Index¶
This index lists all Cache related objects and methods.
Index (signatures)¶
channelCache methods¶
channelCache.checkValueExists(key)channelCache.getBoolean(key, defaultValue*)channelCache.getDate(key, defaultValue*)channelCache.getNumber(key, defaultValue*)channelCache.getValue(key, defaultValue*)channelCache.removeValue(key)channelCache.setValue(key, value)
messageCache methods¶
messageCache.checkValueExists(key)messageCache.getValue(key, defaultValue*)messageCache.setValue(key, value)
qie methods¶
qie.getVarPassword(name)qie.getVarUsername(name)qie.getVariable(name)qie.getVariableNames()qie.setVariable(name, value)qie.variableExists(name)
sharedCache methods¶
sharedCache.checkValueExists(key, namespace*, global*, persist*)sharedCache.getMutex(mutexId, timeout*, lifespan*, namespace*, global*, persist*)sharedCache.getValue(key, namespace*, global*, persist*)sharedCache.keySet(namespace*, global*, persist*)sharedCache.releaseMutex(mutexId, namespace*, global*, persist*)sharedCache.removeAllValues(namespace*, global*, persist*)sharedCache.removeValue(key, namespace*, global*, persist*)sharedCache.setValue(key, value, lifespan*, namespace*, global*, persist*)sharedCache.valueSet(namespace*, global*, persist*)