MCPcopy Index your code
hub / github.com/koderover/zadig / Get

Method Get

pkg/handler/cache/interface.go:23–23  ·  view source on GitHub ↗

Get gets data based on `key`.

(key string)

Source from the content-addressed store, hash-verified

21type Cacher interface {
22 // Get gets data based on `key`.
23 Get(key string) (value interface{}, exists bool)
24
25 // Set sets data `key:values`.
26 Set(key string, value interface{})

Callers 15

getMigrationFieldBsonTagFunction · 0.65
RequestJobMethod · 0.65
GetFunction · 0.65
DownloadFunction · 0.65
buildPlaceholderDataFunction · 0.65
WithContextFunction · 0.65
GetStringMethod · 0.65
ListAppMethod · 0.65
ListAppNamespaceMethod · 0.65
GetNamespaceMethod · 0.65
authMethod · 0.65

Implementers 3

cacheStorepkg/handler/cache/cache.go
handlerspkg/handler/cache/handler.go
redisCacheStorepkg/handler/cache/redis_cache.go

Calls

no outgoing calls

Tested by

no test coverage detected