| 28 | } |
| 29 | |
| 30 | type Loader interface { |
| 31 | Load(ctx context.Context, key string, r *http.Request) ([]byte, *int, *string, time.Duration, error) |
| 32 | } |
| 33 | |
| 34 | type DependentCache interface { |
| 35 | // Returns (value, content type, error) |
no outgoing calls
no test coverage detected