set Cache
Set the cache implementation to use with OkHttp caching. If no cache is set, no caching will be used.
Return
This builder instance for chaining
Parameters
cache
A cache instance (specified by okhttp3.Cache)
Set the cache implementation to use with OkHttp caching. If no cache is set, no caching will be used.
This builder instance for chaining
A cache instance (specified by okhttp3.Cache)