put
Attempts to update all key-value pairs from the data and inserts them into the DataStore.
The data will be expired according to the given Expiry
Return
A Single which can be used to subscribe a block of code to receive any errors that occur
Parameters
The DataObject containing multiple items to be stored.
The expiration policy for these DataItems
Attempts to update all key-value pairs from the data and inserts them into the DataStore.
The data will be expired according to the default Expiry
Return
A Single which can be used to subscribe a block of code to receive any errors that occur
Parameters
The DataObject containing multiple items to be stored.
Puts a single key-value pair into the DataStore
Return
A Single which can be used to subscribe a block of code to receive any errors that occur
Parameters
The identifier to store the value under
The DataItem to be stored
The expiration policy for this DataItem
Puts a single key-value pair into the DataStore
The data will be expired according to the default Expiry
Return
A Single which can be used to subscribe a block of code to receive any errors that occur
Parameters
Stores a DataItemConvertible at the given key. The value will be eagerly converted to a DataItem on the caller thread.
The data will be expired according to the given Expiry
Return
A Single which can be used to subscribe a block of code to receive any errors that occur
Parameters
The key to store the value under for future retrieval
The value to store
The time to store the value for
Stores a DataItemConvertible at the given key. The value will be eagerly converted to a DataItem on the caller thread.
The data will be expired according to the default Expiry
Return
A Single which can be used to subscribe a block of code to receive any errors that occur
Parameters
The key to store the value under for future retrieval
The value to store
Stores a String at the given key.
The data will be expired according to the given Expiry
Return
A Single which can be used to subscribe a block of code to receive any errors that occur
Parameters
The key to store the value under for future retrieval
The value to store
The time to store the value for
Stores a String at the given key.
The data will be expired according to the default Expiry
Return
A Single which can be used to subscribe a block of code to receive any errors that occur
Parameters
The key to store the value under for future retrieval
The value to store
Stores an Int at the given key.
The data will be expired according to the given Expiry
Return
A Single which can be used to subscribe a block of code to receive any errors that occur
Parameters
The key to store the value under for future retrieval
The value to store
The time to store the value for
Stores an Int at the given key.
The data will be expired according to the default Expiry
Return
A Single which can be used to subscribe a block of code to receive any errors that occur
Parameters
The key to store the value under for future retrieval
The value to store
Stores a Double at the given key.
The data will be expired according to the given Expiry
Return
A Single which can be used to subscribe a block of code to receive any errors that occur
Parameters
The key to store the value under for future retrieval
The value to store
The time to store the value for
Stores a Double at the given key.
The data will be expired according to the default Expiry
Return
A Single which can be used to subscribe a block of code to receive any errors that occur
Parameters
The key to store the value under for future retrieval
The value to store
Stores a Long at the given key.
The data will be expired according to the given Expiry
Return
A Single which can be used to subscribe a block of code to receive any errors that occur
Parameters
The key to store the value under for future retrieval
The value to store
The time to store the value for
Stores a Long at the given key.
The data will be expired according to the default Expiry
Return
A Single which can be used to subscribe a block of code to receive any errors that occur
Parameters
The key to store the value under for future retrieval
The value to store
Stores a Boolean at the given key.
The data will be expired according to the given Expiry
Return
A Single which can be used to subscribe a block of code to receive any errors that occur
Parameters
The key to store the value under for future retrieval
The value to store
The time to store the value for
Stores a Boolean at the given key.
The data will be expired according to the default Expiry
Return
A Single which can be used to subscribe a block of code to receive any errors that occur
Parameters
The key to store the value under for future retrieval
The value to store