(ctx context.Context, key string)
| 14 | GetCache(ctx context.Context, key string) ([]domain.Relation, error) |
| 15 | SetCache(ctx context.Context, key string, relations []domain.Relation, ttl time.Duration) error |
| 16 | GetCountCache(ctx context.Context, key string) (int64, error) |
| 17 | SetCountCache(ctx context.Context, key string, count int64, ttl time.Duration) error |
| 18 | ClearFollowCache(ctx context.Context, followerID, followeeID int64) error |
| 19 | GenerateCacheKey(userID int64, relationType string, pagination domain.Pagination) string |
nothing calls this directly
no outgoing calls
no test coverage detected