MCPcopy Index your code
hub / github.com/go-dev-frame/sponge / Del

Method Del

internal/cache/userExample.go:32–32  ·  view source on GitHub ↗
(ctx context.Context, id uint64)

Source from the content-addressed store, hash-verified

30 MultiGet(ctx context.Context, ids []uint64) (map[uint64]*model.UserExample, error)
31 MultiSet(ctx context.Context, data []*model.UserExample, duration time.Duration) error
32 Del(ctx context.Context, id uint64) error
33 SetPlaceholder(ctx context.Context, id uint64) error
34 IsPlaceholderErr(err error) bool
35}

Callers 4

DelMethod · 0.65
deleteCacheMethod · 0.65

Implementers 1

userExampleCacheinternal/cache/userExample.go

Calls

no outgoing calls

Tested by 2