instacart / truetime-android

Android NTP time library. Get the true current time impervious to device clock time changes
https://tech.instacart.com/truetime/
Apache License 2.0
1.41k stars 194 forks source link

Provide default cache implementation using DataStore #153

Open kaushikgopal opened 1 year ago

kaushikgopal commented 1 year ago

Provide a default cache implementation (probably using the non-android version of DataStore).

We currently have BasicCacheProvider but will get wiped out on Application restart. DataStore would be a better alternative for Android users.