MCPcopy
hub / github.com/apache/answer / Del

Method Del

plugin/cache.go:36–36  ·  view source on GitHub ↗
(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

34 Increase(ctx context.Context, key string, value int64) (data int64, err error)
35 Decrease(ctx context.Context, key string, value int64) (data int64, err error)
36 Del(ctx context.Context, key string) (err error)
37 Flush(ctx context.Context) (err error)
38}
39

Callers 13

cleanCacheMethod · 0.65
mustDelFunction · 0.65
DeleteRedDotMethod · 0.65
RemoveUserCacheInfoMethod · 0.65
RemoveUserStatusMethod · 0.65
RemoveUserTokensMethod · 0.65
ClearRecordMethod · 0.65
DelActionTypeMethod · 0.65
DelCaptchaMethod · 0.65

Calls

no outgoing calls

Tested by 1

mustDelFunction · 0.52