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

Method Get

singleton/cache.go:20–20  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

18// cache is singleton storage.
19type cache interface {
20 Get(key string) interface{}
21 Set(key string, value interface{})
22}

Callers 15

VerifyTokenMethod · 0.65
verifyV2TokenFunction · 0.65
GetFunction · 0.65
GetMethod · 0.65
getGohanClientCommandFunction · 0.65
bufferFunction · 0.65
MapRouteBySchemaFunction · 0.65
MapRouteBySchemasFunction · 0.65
mapChildNamespaceRouteFunction · 0.65
server_test.goFile · 0.65
syncEventMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected