程序包 com.lark.oapi.okhttp.internal.cache
package com.lark.oapi.okhttp.internal.cache
-
类说明Serves requests from the cache and writes responses to the cache.Given a request and cached response, this figures out whether to use the network, the cache, or both.A cache that uses a bounded amount of space on a filesystem.OkHttp's internal cache interface.