clearCache static method

void clearCache()

Clear cached metadata (useful for testing or when app version changes)

Implementation

static void clearCache() {
  _cachedMetadata = null;
}