putFloat
Stages a Float value without TTL under key.
Return
This editor instance for chaining.
Parameters
key
Storage key. Must not be blank.
value
The float value to store.
Throws
if the editor has already been committed.
Stages a Float value with a TTL of duration under key.
Return
This editor instance for chaining.
Parameters
key
Storage key. Must not be blank.
value
The float value to store.
duration
Time after which the entry expires. Must be positive.
Throws
if the editor has already been committed.