1 write to CacheProfile
System.Web (1)
UI\TemplateControlParser.cs (1)
332
OutputCacheParameters.
CacheProfile
= outputCacheProfile;
9 references to CacheProfile
System.Web (9)
Compilation\PageCodeDomTreeGenerator.cs (5)
164
if ((cacheSettings.
CacheProfile
!= null && cacheSettings.
CacheProfile
.Length != 0) ||
217
new CodePrimitiveExpression(cacheSettings.
CacheProfile
));
393
if ((cacheSettings.
CacheProfile
!= null && cacheSettings.
CacheProfile
.Length != 0) ||
UI\Page.cs (4)
3554
if (cacheSettings.
CacheProfile
!= null && cacheSettings.
CacheProfile
.Length != 0)
3557
profile = (OutputCacheProfile) outputCacheSettings.OutputCacheProfiles[cacheSettings.
CacheProfile
];
3560
throw new HttpException(SR.GetString(SR.CacheProfile_Not_Found, cacheSettings.
CacheProfile
));