Key Value Cache Repo
Constructors
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
Functions
Invalidates its internal data. It may lead to autoreload of data. In case when repo makes autoreload, it must do loading of data before clear
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.
This method should use sorted by Keys search and return the PaginationResult. By default, it should use ascending sort for Keys