clearCache static method
void
clearCache()
Clear cached UUID (for testing).
Implementation
static void clearCache() {
_cachedUUID = null;
}
Clear cached UUID (for testing).
static void clearCache() {
_cachedUUID = null;
}