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

Method MultiSet

internal/cache/userExample.go:31–31  ·  view source on GitHub ↗
(ctx context.Context, data []*model.UserExample, duration time.Duration)

Source from the content-addressed store, hash-verified

29 Get(ctx context.Context, id uint64) (*model.UserExample, error)
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

Callers 3

MultiSetMethod · 0.65

Implementers 1

userExampleCacheinternal/cache/userExample.go

Calls

no outgoing calls

Tested by 2