23 references to CacheItemPriority
System.Web (22)
Cache\cache.cs (4)
436
CacheItemPriority
priority,
467
ObjectCache.Insert(key, value, new CacheInsertOptions() { Priority =
CacheItemPriority
.NotRemovable });
488
Priority =
CacheItemPriority
.NotRemovable,
500
CacheItemPriority
priority,
Cache\CacheEntry.cs (6)
85
const
CacheItemPriority
CacheItemPriorityMin =
CacheItemPriority
.Low;
86
const
CacheItemPriority
CacheItemPriorityMax =
CacheItemPriority
.NotRemovable;
134
CacheItemPriority
priority,
173
if (priority ==
CacheItemPriority
.NotRemovable) {
Cache\SqlCacheDependency.cs (2)
876
cacheInternal.Add(monitorKey, changeId, new CacheInsertOptions() { Priority =
CacheItemPriority
.NotRemovable });
888
cacheInternal.Insert(monitorKey, changeId, new CacheInsertOptions() { Priority =
CacheItemPriority
.NotRemovable });
CachedPathData.cs (3)
267
CacheItemPriority
priority = cacheEntryIsNotRemovable ?
CacheItemPriority
.NotRemovable :
CacheItemPriority
.Normal;
Compilation\BuildResultCache.cs (4)
189
new CacheInsertOptions() { Priority =
CacheItemPriority
.NotRemovable });
215
CacheItemPriority
cachePriority;
217
cachePriority =
CacheItemPriority
.Default;
219
cachePriority =
CacheItemPriority
.NotRemovable;
State\InProcStateClientManager.cs (2)
351
Priority =
CacheItemPriority
.NotRemovable,
390
Priority =
CacheItemPriority
.NotRemovable,
State\StateRuntime.cs (1)
625
Priority =
CacheItemPriority
.NotRemovable,
System.Web.DynamicData (1)
DynamicData\Util\FileChangeNotifier.cs (1)
59
CacheItemPriority
.NotRemovable, new CacheItemRemovedCallback(OnCacheItemRemoved));