clearCache static method

void clearCache()

Clears the cached NTP offset and synchronization time.

Implementation

static void clearCache() {
  _cachedOffset = null;
  _lastSyncTime = null;
}