Skip to main content
Version: 2.13

Add To Cache

Store a value in the JS memory

Description​

Set a value associated with the given key in the Javascript memory. If a value already exists for that key, the value is replaced

Inputs​

  • Control Flow (Control Flow)
  • key (String): The key used to identify the value
  • value (Object): The value to store

Outputs​

  • Control Flow (Control Flow)