Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
type
RankingRedisCache
interface
{
22
Set(ctx context.Context, posts []domain.Post) error
23
Get(ctx context.Context) ([]domain.Post, error)
24
}
25
26
type
rankingCache
struct
{
Callers
1
Get
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