12 references to NoAbsoluteExpiration
System.Web (11)
Cache\cache.cs (1)
459
if (dependencies == null && absoluteExpiration == Cache.
NoAbsoluteExpiration
&& slidingExpiration == Cache.NoSlidingExpiration) {
Cache\CacheEntry.cs (1)
148
if (utcAbsoluteExpiration != Cache.
NoAbsoluteExpiration
&& slidingExpiration != Cache.NoSlidingExpiration) {
Cache\OutputCache.cs (4)
693
cachedVaryInCache = (ControlCachedVary) provider.Add(cachedVaryKey, cachedVary, Cache.
NoAbsoluteExpiration
);
703
provider.Set(cachedVaryKey, cachedVary, Cache.
NoAbsoluteExpiration
);
808
cachedVaryInCache = (CachedVary) provider.Add(cachedVaryKey, cachedVary, Cache.
NoAbsoluteExpiration
);
817
provider.Set(cachedVaryKey, cachedVary, Cache.
NoAbsoluteExpiration
);
Compilation\BuildResult.cs (1)
253
return Cache.
NoAbsoluteExpiration
;
HttpCachePolicy.cs (1)
1181
DateTime absoluteExpiration = Cache.
NoAbsoluteExpiration
;
OutputCacheModule.cs (1)
1237
DateTime utcExpires = Cache.
NoAbsoluteExpiration
;
UI\DataSourceCache.cs (1)
203
DateTime utcAbsoluteExpiryTime = Cache.
NoAbsoluteExpiration
;
UI\PartialCachingControl.cs (1)
422
utcExpirationTime = Cache.
NoAbsoluteExpiration
;
System.Web.DynamicData (1)
DynamicData\Util\FileChangeNotifier.cs (1)
58
Cache.
NoAbsoluteExpiration
, Cache.NoSlidingExpiration,