(ctx context.Context, pattern string)
| 17 | SetCache(ctx context.Context, key string, check domain.Check, ttl time.Duration) error |
| 18 | ClearCache(ctx context.Context, key string) error |
| 19 | DeleteKeysWithPattern(ctx context.Context, pattern string) error |
| 20 | GetCacheList(ctx context.Context, key string) ([]domain.Check, error) |
| 21 | SetCacheList(ctx context.Context, key string, checks []domain.Check, ttl time.Duration) error |
| 22 | GetCountCache(ctx context.Context, key string) (int64, error) |
nothing calls this directly
no outgoing calls
no test coverage detected