Home
last modified time | relevance | path

Searched defs:CacheControl (Results 1 – 3 of 3) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DCacheControl.java14 public final class CacheControl { class
47 private CacheControl(boolean noCache, boolean noStore, int maxAgeSeconds, int sMaxAgeSeconds, in CacheControl() method in CacheControl
64 private CacheControl(Builder builder) { in CacheControl() method in CacheControl
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DCacheControl.java16 public final class CacheControl { class
49 private CacheControl(boolean noCache, boolean noStore, int maxAgeSeconds, int sMaxAgeSeconds, in CacheControl() method in CacheControl
66 private CacheControl(Builder builder) { in CacheControl() method in CacheControl
/external/chromium-trace/catapult/devil/devil/android/perf/
Dcache_control.py6 class CacheControl(object): class