clearWorkspaceInfoCache function

void clearWorkspaceInfoCache()

Clears the workspace info cache (useful for testing)

Implementation

void clearWorkspaceInfoCache() {
  _workspaceInfoCache.clear();
}