can anyone recommend a nice simple cache to use on mobile platforms? Ideally something like KStore but with some basic indexing for updates & reads. I used to use realm for this purpose, but that project has died off sadly.
I've been trialing SQLite via sqldelight, but it's overkill since I'm not interested in forming any entity relationships, enforcing integrity, dealing with migrations, etc.