setVolatile

open fun setVolatile(key: String, value: Any)

Set a volatile value in memory stored by key.

Parameters

key

the key to store the value under

value

the value to store