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