Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/usememos/memos
/ getUserSettingCacheKey
Function
getUserSettingCacheKey
store/cache.go:7–9 ·
view source on GitHub ↗
(userID int32, key string)
Source
from the content-addressed store, hash-verified
5
)
6
7
func
getUserSettingCacheKey(userID int32, key string) string {
8
return
fmt.Sprintf(
"%d-%s"
, userID, key)
9
}
Callers
5
UpsertUserSetting
Method · 0.85
ListUserSettings
Method · 0.85
GetUserSetting
Method · 0.85
DeleteUserSettings
Method · 0.85
deleteUserCache
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected