Good morning. I've been working with the androidx...
# multiplatform
m
Good morning. I've been working with the androidx.datastore library and I'm curious what the memory overhead of using DataStore<Preferences> is. Is the actual instance backed by memory, with a write through to the file? If so, is there some kind of LRU cache or something to prevent overly large memory consumption?