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

Method Set

internal/repository/cache/ranking.go:22–22  ·  view source on GitHub ↗
(ctx context.Context, posts []domain.Post)

Source from the content-addressed store, hash-verified

20
21type RankingRedisCache interface {
22 Set(ctx context.Context, posts []domain.Post) error
23 Get(ctx context.Context) ([]domain.Post, error)
24}
25

Callers 1

SetMethod · 0.65

Implementers 7

CacheManagerpkg/cachep/local/local.go
commentCacheinternal/repository/cache/comment.go
rankingCacheinternal/repository/cache/ranking.go
postCacheinternal/repository/cache/post.go
rankingLocalCacheinternal/repository/cache/local.go
interactiveCacheinternal/repository/cache/interactive.
userCacheinternal/repository/cache/user.go

Calls

no outgoing calls

Tested by

no test coverage detected