Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/android/perf/
Dcache_control.py6 class CacheControl(object): class
/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/syzkaller/vendor/cloud.google.com/go/storage/
Dreader.go78 func (r *Reader) CacheControl() string { func
Dstorage.go430 CacheControl optional.String member
704 CacheControl string member
/external/syzkaller/vendor/google.golang.org/api/storage/v1/
Dstorage-gen.go1156 CacheControl string `json:"cacheControl,omitempty"` member