(userID int64, relationType string, pagination domain.Pagination)
| 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 | } |
| 22 |
nothing calls this directly
no outgoing calls
no test coverage detected