Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoSimplicity/LinkMe
/ Get
Method
Get
internal/repository/cache/comment.go:14–14 ·
view source on GitHub ↗
(ctx context.Context, postId int64)
Source
from the content-addressed store, hash-verified
12
13
type
CommentCache
interface
{
14
Get(ctx context.Context, postId int64) (domain.Comment, error)
15
Set(ctx context.Context, du domain.Comment) error
16
}
17
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