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