Ivan Đorđević
09/07/2022, 7:58 AMQuery<...>.asFlow().mapToList() to be cached somehow when the related tables haven't changed? Right now this uses a cold flow and reads from the DB on each collect. Is something like this on the roadmap currently?KamilH
09/07/2022, 8:10 AMStateFlow by applying stateIn operatorIvan Đorđević
09/07/2022, 10:17 AMjw
09/07/2022, 11:31 AM