cache

abstract fun cache(cache: Cache): ApiClient.Builder

Return

the same Builder instance

See also

okhttp3.Cache

Parameters

cache

the response cache to be used to read and write cached responses. If null, no cache will be used.