clearCache static method

void clearCache()

Clear cached UUID (for testing).

Implementation

static void clearCache() {
  _cachedUUID = null;
}