Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Delete
Function · 0.65
handleStuckStatefulSet
Function · 0.65
DeleteWebhook
Method · 0.65
GetInformer
Method · 0.65
DeleteInformer
Method · 0.65
Clear
Method · 0.65
Unlock
Function · 0.65
DeleteSecretsV2
Function · 0.65
DeleteSecretWithNameV2
Function · 0.65
DeleteServiceAccountsV2
Function · 0.65
DeleteJobV2
Function · 0.65
DeleteJobAndWaitV2
Function · 0.65
Implementers
3
cacheStore
pkg/handler/cache/cache.go
handlers
pkg/handler/cache/handler.go
redisCacheStore
pkg/handler/cache/redis_cache.go
Calls
no outgoing calls
Tested by
no test coverage detected