Persists a string value under the given key. Data is scoped to the current script. Values are stored locally for fast access and synced to the server in the background.
Storage key.
String value to store.
Retrieves a previously stored string value.
Storage key.
The stored string, or null if the key does not exist.
Retrieves a previously stored object.
Storage key.
The deserialized object, or null if the key does not exist.