Home | History | Annotate | Download | only in okhttp

Lines Matching defs:minFreshSeconds

41   private final int minFreshSeconds;
49 int minFreshSeconds, boolean onlyIfCached, boolean noTransform, String headerValue) {
58 this.minFreshSeconds = minFreshSeconds;
73 this.minFreshSeconds = builder.minFreshSeconds;
128 public int minFreshSeconds() {
129 return minFreshSeconds;
160 int minFreshSeconds = -1;
232 minFreshSeconds = HeaderParser.parseSeconds(parameter, -1);
245 mustRevalidate, maxStaleSeconds, minFreshSeconds, onlyIfCached, noTransform, headerValue);
263 if (minFreshSeconds != -1) result.append("min-fresh=").append(minFreshSeconds).append(", ");
277 int minFreshSeconds = -1;
341 this.minFreshSeconds = minFreshSecondsLong > Integer.MAX_VALUE