MCPcopy Create free account
hub / github.com/go-dev-frame/sponge / Del

Function Del

pkg/cache/cache.go:57–59  ·  view source on GitHub ↗

Del multiple delete data

(ctx context.Context, keys ...string)

Source from the content-addressed store, hash-verified

55
56// Del multiple delete data
57func Del(ctx context.Context, keys ...string) error {
58 return DefaultClient.Del(ctx, keys...)
59}
60
61// SetCacheWithNotFound .
62func SetCacheWithNotFound(ctx context.Context, key string) error {

Callers 1

TestCacheFunction · 0.85

Calls 1

DelMethod · 0.65

Tested by 1

TestCacheFunction · 0.68