My use case is similar to the use case in OkHttp, only that I don’t want to cache HTTP responses but Message Broker messages, so a relational database seems overkill, an
androidx.datastore
is not sufficient (because it reads / writes all data at once and not per key).