MCPcopy 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
9func InitCache() {
10 global.Cache = cache.New(5*time.Minute, 10*time.Minute)
11}

Callers 2

mainFunction · 0.92
initFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected