Searched refs:noCache (Results 1 – 8 of 8) sorted by relevance
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | CacheControl.java | 20 public static final CacheControl FORCE_NETWORK = new Builder().noCache().build(); 33 private final boolean noCache; field in CacheControl 47 private CacheControl(boolean noCache, boolean noStore, int maxAgeSeconds, int sMaxAgeSeconds, in CacheControl() argument 50 this.noCache = noCache; in CacheControl() 65 this.noCache = builder.noCache; in CacheControl() 86 public boolean noCache() { in noCache() method in CacheControl 87 return noCache; in noCache() 152 boolean noCache = false; in parse() 216 noCache = true; in parse() 244 return new CacheControl(noCache, noStore, maxAgeSeconds, sMaxAgeSeconds, isPrivate, isPublic, in parse() [all …]
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | CacheControlTest.java | 32 assertFalse(cacheControl.noCache()); in emptyBuilderIsEmpty() 47 .noCache() in completeBuilder() 57 assertTrue(cacheControl.noCache()); in completeBuilder() 75 assertFalse(cacheControl.noCache()); in parseEmpty() 93 assertTrue(cacheControl.noCache()); in parse() 113 assertFalse(cacheControl.noCache()); in parseIgnoreCacheControlExtensions()
|
D | RequestTest.java | 140 .cacheControl(new CacheControl.Builder().noCache().build()) in cacheControl()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | CacheStrategy.java | 192 if (requestCaching.noCache() || hasConditions(request)) { in getCandidate() 214 if (!responseCaching.noCache() && ageMillis + minFreshMillis < freshMillis + maxStaleMillis) { in getCandidate()
|
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/ |
D | mootools-core-full-nocompat.js | 5352 noCache: false property 5482 if (this.options.noCache)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant-nodeps.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |