Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DCacheControl.java14 private final boolean noCache; field in CacheControl
24 private CacheControl(boolean noCache, boolean noStore, int maxAgeSeconds, int sMaxAgeSeconds, in CacheControl() argument
27 this.noCache = noCache; in CacheControl()
46 public boolean noCache() { in noCache() method in CacheControl
47 return noCache; in noCache()
104 boolean noCache = false; in parse()
152 noCache = true; in parse()
173 return new CacheControl(noCache, noStore, maxAgeSeconds, sMaxAgeSeconds, isPublic, in parse()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DCacheStrategy.java205 if (requestCaching.noCache() || hasConditions(request)) { in getCandidate()
227 if (!responseCaching.noCache() && ageMillis + minFreshMillis < freshMillis + maxStaleMillis) { in getCandidate()
/external/chromium_org/net/third_party/nss/ssl/
Dsslcon.c629 } else if (!ss->opt.noCache) { in ssl2_SendServerFinishedMessage()
2174 if (!ss->opt.noCache && sid->cached == never_cached) in ssl2_ClientRegSessionID()
3021 if (ss->opt.noCache) { in ssl2_BeginClientHandshake()
3446 ss->opt.noCache = 1; in ssl2_HandleClientHelloMessage()
3454 if (sdLen > 0 && !ss->opt.noCache) { in ssl2_HandleClientHelloMessage()
Dsslsock.c681 ss->opt.noCache = on; in SSL_OptionSet()
852 case SSL_NO_CACHE: on = ss->opt.noCache; break; in SSL_OptionGet()
916 case SSL_NO_CACHE: on = ssl_defaults.noCache; break; in SSL_OptionGetDefault()
1026 ssl_defaults.noCache = on; in SSL_OptionSetDefault()
Dsslimpl.h324 unsigned int noCache : 1; /* 11 */ member
Dssl3con.c3338 if (!ss->opt.noCache && ss->sec.ci.sid && ss->sec.uncache) { in SSL3_SendAlert()
3508 if (!ss->opt.noCache) { in ssl3_HandleAlert()
5054 sid = (ss->opt.noCache) ? NULL in ssl3_SendClientHello()
8199 if (sidBytes.len > 0 && !ss->opt.noCache) { in ssl3_HandleClientHello()
11239 if (sid->cached == never_cached && !ss->opt.noCache && ss->sec.cache) { in ssl3_HandleFinished()
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js3697 noCache: false
3801 if(this.options.noCache) {
3802 var noCache = "noCache=" + new Date().getTime();
3803 data = (data) ? noCache + '&' + data : noCache;
Dconcat-jquery-mootools-prototype.js8073 noCache: false
8177 if(this.options.noCache) {
8178 var noCache = "noCache=" + new Date().getTime();
8179 data = (data) ? noCache + '&' + data : noCache;