Full KVCache
This interface declares that current type of KVCache will contains all the data all the time of its life
Inheritors
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.
By default, will walk throw all the keys with Values from toUnset and run doAllWithCurrentPaging with unset of found data Keys
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 removed with unset/unsetWithValues methods or in any other way