2 writes to NoCache
System (2)
net\System\Net\Cache\HttpRequestCacheValidator.cs (2)
957control.NoCache = true; 1074control.NoCache = true;
4 references to NoCache
System (4)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (2)
789if (ctx.ResponseCacheControl.NoCache) 947if (ctx.CacheCacheControl.NoCache) {
net\System\Net\Cache\HttpRequestCacheValidator.cs (2)
1293return (Public || Private || NoCache || NoStore || MustRevalidate || ProxyRevalidate || MaxAge != -1 || SMaxAge != -1); 1313if (NoCache) {