instacart / instacart/truetime-android
Provide default cache implementation using DataStore
Open
feature
help wanted
pr-welcome
- Dominant language
- Kotlin
- Stars
- 1.5k
- Forks
- 196
- PR merge metrics
- No merged PRs in 30d
Description
Provide a default cache implementation (probably using the non-android version of [DataStore](https://developer.android.com/topic/libraries/architecture/datastore#kts)).
We currently have [`BasicCacheProvider`](https://github.com/instacart/truetime-android/blob/master/library/src/main/java/com/instacart/truetime/BasicCacheProvider.kt#L6-L6) but will get wiped out on Application restart. `DataStore` would be a better alternative for Android users.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.