The base implementation for all storage APIs.
Instance Method Summary | |
get(string key) ⇒ <Any Type> Get an item from the data storage. | |
remove(string key) Remove an item from the data storage. | |
set(string key, <Any Type> value) Set an item in the data storage. |