(ctx context.Context, followerID, followeeID int64)
| 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 |
| 20 | GenerateCountCacheKey(userID int64, relationType string) string |
| 21 | } |
no outgoing calls
no test coverage detected