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