clearWorkspaceInfoCache function
void
clearWorkspaceInfoCache()
Clears the workspace info cache (useful for testing)
Implementation
void clearWorkspaceInfoCache() {
_workspaceInfoCache.clear();
}
Clears the workspace info cache (useful for testing)
void clearWorkspaceInfoCache() {
_workspaceInfoCache.clear();
}