MCPcopy
hub / github.com/openimsdk/open-im-server / Del

Method Del

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

Source from the content-addressed store, hash-verified

27 Get(ctx context.Context, key string, fetch func(ctx context.Context) (V, error)) (V, error)
28 GetLink(ctx context.Context, key string, fetch func(ctx context.Context) (V, error), link ...string) (V, error)
29 Del(ctx context.Context, key ...string)
30 DelLocal(ctx context.Context, key ...string)
31 Stop()
32}

Callers 6

seqRedisToMongoFunction · 0.65
onEvictMethod · 0.65
delLinkedMethod · 0.65
delMethod · 0.65
TestNameFunction · 0.65
DelFcmTokenMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestNameFunction · 0.52