public interface CachePolicy
HttpUrl
and determines the CacheControl
that should
apply to a request for that URL.Modifier and Type | Method and Description |
---|---|
okhttp3.CacheControl |
apply(okhttp3.HttpUrl url)
Apply a caching policy to a URL.
|