1 write to s_CacheConfigSettings
System (1)
net\System\Net\Cache\RequestCacheManager.cs (1)
110
s_CacheConfigSettings
= settings;
7 references to s_CacheConfigSettings
System (7)
net\System\Net\Cache\RequestCacheManager.cs (7)
48
if (
s_CacheConfigSettings
== null)
51
if(
s_CacheConfigSettings
.DisableAllCaching)
70
if (
s_CacheConfigSettings
== null)
73
return !
s_CacheConfigSettings
.DisableAllCaching;
83
if (
s_CacheConfigSettings
== null)
86
if(
s_CacheConfigSettings
.DisableAllCaching)
102
if (
s_CacheConfigSettings
== null)