1 write to _cachePolicy
System.Web (1)
UI\PartialCachingControl.cs (1)
262
_cachePolicy
= new ControlCachePolicy(this);
2 references to _cachePolicy
System.Web (2)
UI\PartialCachingControl.cs (2)
261
if (
_cachePolicy
== null)
264
return
_cachePolicy
;