(ctx context.Context, key string)
| 27 | DelPub(ctx context.Context, key string) error |
| 28 | SetEmpty(ctx context.Context, key string) error |
| 29 | IsEmpty(ctx context.Context, key string) (bool, error) |
| 30 | } |
| 31 | |
| 32 | type postCache struct { |
nothing calls this directly
no outgoing calls
no test coverage detected