Auto Recache Key Value Repo
Constructors
Functions
By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset
This method should use sorted by Keys search and return the PaginationResult. By default, it should use ascending sort for Keys
This method should use sorted by Keys search and return the PaginationResult. By default, it should use ascending sort for Keys.
Will set as batch toSet data in current repo. Must pass the data which were successfully updated in repo to onNewValue
Will unset as batch data with values from toUnset. Must pass the Keys which were successfully removed in repo to onValueRemoved
This method should use sorted by Keys search and return the PaginationResult. By default, it should use ascending sort for Keys
Properties
This flow must emit data each time when data by Key has been changed with set method or in any other way excluding cases of data removing
This flow must emit data each time when data by Key has been removed with unset/unsetWithValues methods or in any other way