OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:minFresh
(Results
1 - 2
of
2
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
CacheControl.java
330
* fresh for. If the response will be stale when {@code
minFresh
} have
334
* @param
minFresh
a non-negative integer. This is stored and transmitted
338
public Builder
minFresh
(int
minFresh
, TimeUnit timeUnit) {
339
if (
minFresh
< 0) throw new IllegalArgumentException("
minFresh
< 0: " +
minFresh
);
340
long minFreshSecondsLong = timeUnit.toSeconds(
minFresh
);
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar
Completed in 409 milliseconds