OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mustrevalidate
(Results
1 - 6
of
6
) sorted by null
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheControlTest.java
38
assertFalse(cacheControl.
mustRevalidate
());
42
assertFalse(cacheControl.
mustRevalidate
());
68
assertFalse(cacheControl.
mustRevalidate
());
80
assertFalse(cacheControl.
mustRevalidate
());
84
assertFalse(cacheControl.
mustRevalidate
());
99
assertTrue(cacheControl.
mustRevalidate
());
119
assertFalse(cacheControl.
mustRevalidate
());
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
CacheControl.java
39
private final boolean
mustRevalidate
;
48
boolean isPrivate, boolean isPublic, boolean
mustRevalidate
, int maxStaleSeconds,
56
this.
mustRevalidate
=
mustRevalidate
;
71
this.
mustRevalidate
= false;
120
public boolean
mustRevalidate
() {
121
return
mustRevalidate
;
158
boolean
mustRevalidate
= false;
228
mustRevalidate
= true;
245
mustRevalidate
, maxStaleSeconds, minFreshSeconds, onlyIfCached, noTransform, headerValue)
[
all
...]
/frameworks/volley/src/main/java/com/android/volley/toolbox/
HttpHeaderParser.java
52
boolean
mustRevalidate
= false;
81
mustRevalidate
= true;
102
finalExpire =
mustRevalidate
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
CacheStrategy.java
209
if (!responseCaching.
mustRevalidate
() && requestCaching.maxStaleSeconds() != -1) {
/external/caliper/lib/
jsr311-api-1.1.1.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar
Completed in 1250 milliseconds