Searched defs:cacheControl (Results 1 - 8 of 8) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DRequestTest.java140 @Test public void cacheControl() throws Exception { method in class:RequestTest
142 .cacheControl(new CacheControl.Builder().noCache().build())
151 .cacheControl(new CacheControl.Builder().build())
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DRequest.java37 private volatile CacheControl cacheControl; // Lazily initialized. field in class:Request
101 public CacheControl cacheControl() { method in class:Request
102 CacheControl result = cacheControl;
103 return result != null ? result : (cacheControl = CacheControl.parse(headers));
214 * control headers already present. If {@code cacheControl} doesn't define
217 public Builder cacheControl(CacheControl cacheControl) { argument
218 String value = cacheControl.toString();
H A DResponse.java48 private volatile CacheControl cacheControl; // Lazily initialized. field in class:Response
204 public CacheControl cacheControl() { method in class:Response
205 CacheControl result = cacheControl;
206 return result != null ? result : (cacheControl = CacheControl.parse(headers));
/external/caliper/lib/
H A Djsr311-api-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/ws/ javax/ws/rs/ javax/ws/rs/core/ ...
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 555 milliseconds