3 references to Cache
System.Web (1)
UI\UserControl.cs (1)
194public Cache Cache { get { return Page.Cache; } }
System.Web.Mobile (2)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (2)
320writer.SetCacheKey(Page.Cache); 405Page.Cache.Insert(writer.CacheKey, writer.GetStyles (), null, DateTime.MaxValue, _cacheExpirationTime);