1 write to _pcc
System.Web (1)
UI\ControlCachePolicy.cs (1)
33
_pcc
= pcc;
18 references to _pcc
System.Web (18)
UI\ControlCachePolicy.cs (18)
45
if (
_pcc
== null) {
51
if (
_pcc
.ControlState >= ControlState.PreRendered) {
61
return (
_pcc
!= null);
70
return !
_pcc
._cachingDisabled;
76
_pcc
._cachingDisabled = !value;
85
return
_pcc
.Duration;
91
_pcc
.Duration = value;
100
return
_pcc
.VaryByParams;
109
return
_pcc
.VaryByControl;
115
_pcc
.VaryByControl = value;
124
return
_pcc
.Dependency;
130
_pcc
.Dependency = value;
138
_pcc
._varyByCustom = varyByCustom;
145
_pcc
._useSlidingExpiration = useSlidingExpiration;
152
_pcc
._utcExpirationTime = DateTimeUtil.ConvertToUniversalTime(expirationTime);
158
if (
_pcc
._provider == null) {
162
return
_pcc
._provider;
171
_pcc
._provider = value;