6 references to Cache
System.Web (2)
Abstractions\HttpContextWrapper.cs (1)
83
return _context.
Cache
;
UI\Page.cs (1)
5569
_cache = context.
Cache
;
System.Web.Extensions (3)
Script\Services\WebServiceData.cs (3)
95
WebServiceData data = context.
Cache
[cacheKey] as WebServiceData;
125
context.
Cache
.Insert(cacheKey, data, cd);
133
context.
Cache
.Insert(cacheKey, data);
System.Web.Mobile (1)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlCssHandler.cs (1)
35
response = (String) context.
Cache
[cssQueryStringValue];