Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DCacheControl.java33 private final boolean noCache; field in CacheControl
47 private CacheControl(boolean noCache, boolean noStore, int maxAgeSeconds, int sMaxAgeSeconds, in CacheControl()
86 public boolean noCache() { in noCache() method in CacheControl
273 boolean noCache; field in CacheControl.Builder
282 public Builder noCache() { in noCache() method in CacheControl.Builder