7 references to GetCacheability
System.Web (7)
HttpResponse.cs (2)
2680
if (_cachePolicy != null && _cachePolicy.
GetCacheability
() == HttpCacheability.Public)
3510
if (!Request.IsSecureConnection && ContainsNonShareableCookies() && Cache.
GetCacheability
() == HttpCacheability.Public) {
OutputCacheModule.cs (4)
1086
if ( cache.
GetCacheability
() == HttpCacheability.Public &&
1093
if ( cache.
GetCacheability
() != HttpCacheability.Public &&
1094
cache.
GetCacheability
() != HttpCacheability.ServerAndPrivate &&
1095
cache.
GetCacheability
() != HttpCacheability.ServerAndNoCache &&
UI\WebControls\AdRotator.cs (1)
392
(int)Page.Response.Cache.
GetCacheability
() != (int)HttpCacheabilityLimits.None) {