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

Method Get

internal/repository/cache/ranking.go:23–23  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

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

Callers 1

GetMethod · 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