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

Method Delete

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

Delete deletes data based on `key`.

(key string)

Source from the content-addressed store, hash-verified

27
28 // Delete deletes data based on `key`.
29 Delete(key string)
30
31 // List lists all of data.
32 List() map[string]interface{}

Callers 15

DeleteFunction · 0.65
handleStuckStatefulSetFunction · 0.65
DeleteWebhookMethod · 0.65
GetInformerMethod · 0.65
DeleteInformerMethod · 0.65
ClearMethod · 0.65
UnlockFunction · 0.65
DeleteSecretsV2Function · 0.65
DeleteSecretWithNameV2Function · 0.65
DeleteServiceAccountsV2Function · 0.65
DeleteJobV2Function · 0.65
DeleteJobAndWaitV2Function · 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