keysIMD.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']