类的使用
com.lark.oapi.okhttp.CacheControl.Builder
使用CacheControl.Builder的程序包
-
com.lark.oapi.okhttp中CacheControl.Builder的使用
修饰符和类型方法说明CacheControl.Builder.immutable()Sets the maximum age of a cached response.Accept cached responses that have exceeded their freshness lifetime by up tomaxStale.Sets the minimum number of seconds that a response will continue to be fresh for.CacheControl.Builder.noCache()Don't accept an unvalidated cached response.CacheControl.Builder.noStore()Don't store the server's response in any cache.CacheControl.Builder.noTransform()Don't accept a transformed response.CacheControl.Builder.onlyIfCached()Only accept the response if it is in the cache.