Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zu1k/proxypool
/ SetString
Function
SetString
internal/cache/cache.go:24–26 ·
view source on GitHub ↗
(key, value string)
Source
from the content-addressed store, hash-verified
22
}
23
24
func
SetString(key, value string) {
25
c.Set(key, value, cache.NoExpiration)
26
}
27
28
func
GetString(key string) string {
29
result, found := c.Get(key)
Callers
2
CrawlGo
Function · 0.92
setupRouter
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected