Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
type
RankingRedisCache
interface
{
22
Set(ctx context.Context, posts []domain.Post) error
23
Get(ctx context.Context) ([]domain.Post, error)
24
}
25
Callers
1
Set
Method · 0.65
Implementers
7
CacheManager
pkg/cachep/local/local.go
commentCache
internal/repository/cache/comment.go
rankingCache
internal/repository/cache/ranking.go
postCache
internal/repository/cache/post.go
rankingLocalCache
internal/repository/cache/local.go
interactiveCache
internal/repository/cache/interactive.
userCache
internal/repository/cache/user.go
Calls
no outgoing calls
Tested by
no test coverage detected