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

feat: add basic levels of caching #149

Closed kaushikgopal closed 1 year ago

kaushikgopal commented 1 year ago

This adds a very basic caching mechanism, that we can use to retrieve values. Right now, we're only pulling the first value but in the future, we're going to leverage the cached values to extrapolate time without having to hut truetime initialize so often.