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