15 references to CacheItemPriority
System.Runtime.Caching (15)
System\Runtime\Caching\CacheItemPolicy.cs (3)
14private CacheItemPriority _priority; 26public CacheItemPriority Priority 54_priority = CacheItemPriority.Default;
System\Runtime\Caching\MemoryCache.cs (10)
267if (policy.Priority != CacheItemPriority.Default && policy.Priority != CacheItemPriority.NotRemovable) 269throw new ArgumentOutOfRangeException(nameof(policy), RH.Format(SR.Argument_out_of_range, "Priority", CacheItemPriority.Default, CacheItemPriority.NotRemovable)); 407CacheItemPriority priority = CacheItemPriority.Default; 686CacheItemPriority priority = CacheItemPriority.Default; 765CacheItemPriority.NotRemovable, 784CacheItemPriority.NotRemovable,
System\Runtime\Caching\MemoryCacheEntry.cs (2)
110CacheItemPriority priority, 137if (priority == CacheItemPriority.NotRemovable)