Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SMNETSTUDIO/Groq2API
/ InitCache
Function
InitCache
initialize/cache.go:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
)
8
9
func
InitCache() {
10
global.Cache = cache.New(5*time.Minute, 10*time.Minute)
11
}
Callers
2
main
Function · 0.92
init
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected