Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebDevSimplified/course-platform
/ revalidateUserCache
Function
revalidateUserCache
src/features/users/db/cache.ts:12–15 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
10
}
11
12
export
function
revalidateUserCache(id: string) {
13
revalidateTag(getUserGlobalTag())
14
revalidateTag(getUserIdTag(id))
15
}
Callers
3
insertUser
Function · 0.90
updateUser
Function · 0.90
deleteUser
Function · 0.90
Calls
2
getUserGlobalTag
Function · 0.85
getUserIdTag
Function · 0.85
Tested by
no test coverage detected