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