MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / Del

Method Del

internal/repository/cache/post.go:17–17  ·  view source on GitHub ↗
(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

15 Get(ctx context.Context, key string) (domain.Post, error)
16 Set(ctx context.Context, key string, post domain.Post) error
17 Del(ctx context.Context, key string) error
18 PreHeat(ctx context.Context, posts []domain.Post) error
19 GetList(ctx context.Context, page int, size int) ([]domain.Post, error)
20 SetList(ctx context.Context, page int, size int, posts []domain.Post) error

Callers 15

DeleteMethod · 0.65
DeleteLotteryDrawMethod · 0.65
DeleteSecondKillEventMethod · 0.65
SetMethod · 0.65
DelMethod · 0.65
GetListMethod · 0.65
DelListMethod · 0.65
GetPubListMethod · 0.65
DelPubListMethod · 0.65
SetPubMethod · 0.65
DelPubMethod · 0.65
releaseLockMethod · 0.65

Implementers 1

postCacheinternal/repository/cache/post.go

Calls

no outgoing calls

Tested by

no test coverage detected