12 references to Cache
System.Web (12)
UI\WebControls\XmlDataSource.cs (12)
88return Cache.Duration; 91Cache.Duration = value; 105return Cache.ExpirationPolicy; 108Cache.ExpirationPolicy = value; 123return Cache.KeyDependency; 126Cache.KeyDependency = value; 216return Cache.Enabled; 219Cache.Enabled = value; 534if (!_cacheLookupDone && Cache.Enabled) { 537_xmlDocument = Cache.LoadDataFromCache(cacheKey) as XmlDocument; 552Debug.Assert(Cache.Enabled); 573Cache.SaveDataToCache(cacheKey, _xmlDocument, fileDependency);