Server Code JavaScript APIIn Memory Data (IMD)keysCopy PageIMD.keys()Returns an array of the keys contained in In Memory Data (cache). Example ScriptResultIMD.put("newTempPassword", "123456"); IMD.put("newTempUser", "Alex"); console.log(IMD.keys());['newTempPassword', 'newTempUser']Updated about 1 year ago removelengthDid this page help you?YesNo