Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ RefreshAllRKeyInfo
Method
RefreshAllRKeyInfo
client/internal/cache/operation.go:68–70 ·
view source on GitHub ↗
RefreshAllRKeyInfo 刷新所有RKey缓存
(rkeyCache entity.RKeyMap)
Source
from the content-addressed store, hash-verified
66
67
// RefreshAllRKeyInfo 刷新所有RKey缓存
68
func
(c *Cache) RefreshAllRKeyInfo(rkeyCache entity.RKeyMap) {
69
refreshAllCacheOf(c, rkeyCache)
70
}
Callers
2
RefreshAll
Method · 0.95
RefreshAllRkeyInfoCache
Method · 0.80
Calls
1
refreshAllCacheOf
Function · 0.85
Tested by
no test coverage detected