MCPcopy
hub / github.com/koderover/zadig / Set

Method Set

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

Set sets data `key:values`.

(key string, value interface{})

Source from the content-addressed store, hash-verified

24
25 // Set sets data `key:values`.
26 Set(key string, value interface{})
27
28 // Delete deletes data based on `key`.
29 Delete(key string)

Callers 15

RequestIDFunction · 0.65
GetCaptchaFunction · 0.65
buildMFARedirectURLFunction · 0.65
DownloadDeliveryChartFunction · 0.65
getWorkflowSelectorFunction · 0.65
getRelatedServicesFunction · 0.65
restartPodHelmByWorkloadFunction · 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 2

HelloGeekFunction · 0.52
LifeProbeFunction · 0.52