resetCache static method

void resetCache()

Reset cached project (useful for testing)

Implementation

static void resetCache() {
  _cachedProject = null;
}