// Generated automatically from okhttp3.internal.cache.CacheRequest for testing purposes package okhttp3.internal.cache; import okio.Sink; public interface CacheRequest { Sink body(); void abort(); }