Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adcontextprotocol/adcp
/ invalidateUnifiedUsersCache
Function
invalidateUnifiedUsersCache
server/src/cache/unified-users.ts:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
export
function
invalidateUnifiedUsersCache(): void {
39
unifiedUsersCache = null;
40
}
Callers
8
createWorkOSWebhooksRouter
Function · 0.85
backfillOrganizationMemberships
Function · 0.85
backfillUsers
Function · 0.85
createAdminSlackRouter
Function · 0.85
handleUserChange
Function · 0.85
tryAutoMapByEmail
Function · 0.85
tryAutoLinkWebsiteUserToSlack
Function · 0.85
autoLinkUnmappedSlackUsers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected