DataStore
Generic data storage for storing and retrieving DataItem objects.
Implementations are not guaranteed to be persistent. For instance, in cases where there may be insufficient storage space on the device, or other reasons such as write permissions etc.
Stored data requires an Expiry to be provided when storing, and expired data will not be included in any retrieval operations; that is, expired data won't be returned by get or getAll but it will also not be included in any aggregate methods such as keys or count
See also
Types
Properties
Functions
Returns an Editor able to mutate the data in this ModuleStorage
Extracts a nested DataObject according to the given jsonPath.
Gets the entire DataObject containing all data stored.
Gets the Boolean stored at the given key if there is one
Gets the DataObject stored at the given key if there is one
Convenience method for merging a Iterable group of Observables of the same type.