1 write to HeuristicExpiration
System (1)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (1)
638ctx.HeuristicExpiration = true;
2 references to HeuristicExpiration
System (2)
net\System\Net\Cache\HttpRequestCacheValidator.cs (2)
305if (HeuristicExpiration && (int)CacheAge.TotalSeconds >= 24*3600) { 361if (HeuristicExpiration && (int)CacheAge.TotalSeconds >= 24*3600) {