setVolatile

open fun setVolatile(@NonNull key: String, @NonNull 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