MCPcopy Create free account
hub / github.com/cloudwan/gohan / Set

Method Set

singleton/cache.go:21–21  ·  view source on GitHub ↗
(key string, value interface{})

Source from the content-addressed store, hash-verified

19type cache interface {
20 Get(key string) interface{}
21 Set(key string, value interface{})
22}

Callers 15

GetFunction · 0.65
ClearFunction · 0.65
SetMethod · 0.65
getRunCommandFunction · 0.65
bufferFunction · 0.65
httpRequestFunction · 0.65
GetTenantNameMethod · 0.65
VerifyTokenMethod · 0.65
FakeKeystoneFunction · 0.65
UpdateMethod · 0.65
LockMethod · 0.65
abortLockMethod · 0.65

Implementers 2

glsCachesingleton/glscache.go
Contextextension/gohanscript/context.go

Calls

no outgoing calls

Tested by 3

httpRequestFunction · 0.52
TestFromURLQueryErrorsFunction · 0.52
httpRequestFunction · 0.52