Searched refs:noCache (Results 1 – 8 of 8) sorted by relevance
14 private final boolean noCache; field in CacheControl24 private CacheControl(boolean noCache, boolean noStore, int maxAgeSeconds, int sMaxAgeSeconds, in CacheControl() argument27 this.noCache = noCache; in CacheControl()46 public boolean noCache() { in noCache() method in CacheControl47 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()
205 if (requestCaching.noCache() || hasConditions(request)) { in getCandidate()227 if (!responseCaching.noCache() && ageMillis + minFreshMillis < freshMillis + maxStaleMillis) { in getCandidate()
629 } 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()
681 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()
324 unsigned int noCache : 1; /* 11 */ member
3338 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()
3697 noCache: false3801 if(this.options.noCache) {3802 var noCache = "noCache=" + new Date().getTime();3803 data = (data) ? noCache + '&' + data : noCache;
8073 noCache: false8177 if(this.options.noCache) {8178 var noCache = "noCache=" + new Date().getTime();8179 data = (data) ? noCache + '&' + data : noCache;