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

Method MultiGet

internal/cache/userExample.go:30–30  ·  view source on GitHub ↗
(ctx context.Context, ids []uint64)

Source from the content-addressed store, hash-verified

28 Set(ctx context.Context, id uint64, data *model.UserExample, duration time.Duration) error
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

Callers 2

MultiGetMethod · 0.65

Implementers 1

userExampleCacheinternal/cache/userExample.go

Calls

no outgoing calls

Tested by 1