Storage

Storage API.

Method Summary

Storage has the following method:

MethodDescription
get(path)Returns value of a specified storage variable.
set(value)Replaces value of a specified storage variable.
update(path, value)Updates specified storage variable by provided path with specified value.