21 references to Cache
System.Web (21)
UI\WebControls\ObjectDataSource.cs (17)
88
return
Cache
.Duration;
91
Cache
.Duration = value;
106
return
Cache
.ExpirationPolicy;
109
Cache
.ExpirationPolicy = value;
125
return
Cache
.KeyDependency;
128
Cache
.KeyDependency = value;
234
return
Cache
.Enabled;
237
Cache
.Enabled = value;
452
return
Cache
.SqlCacheDependency;
456
Cache
.SqlCacheDependency = value;
912
Cache
.Invalidate(key);
929
return
Cache
.LoadDataFromCache(key);
937
object data =
Cache
.LoadDataFromCache(key);
980
if (
Cache
.LoadDataFromCache(parentKey) == null) {
981
Cache
.SaveDataToCache(parentKey, -1);
984
Cache
.SaveDataToCache(key, data, cacheDependency);
992
Cache
.SaveDataToCache(key, totalRowCount);
UI\WebControls\ObjectDataSourceView.cs (4)
902
if (_owner.
Cache
.Enabled) {
968
if (_owner.
Cache
.Enabled) {
1004
bool cacheEnabled = _owner.
Cache
.Enabled;
1302
if (_owner.
Cache
.Enabled) {