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)
244if (policy.Priority != CacheItemPriority.Default && policy.Priority != CacheItemPriority.NotRemovable) 246throw new ArgumentOutOfRangeException(nameof(policy), RH.Format(SR.Argument_out_of_range, "Priority", CacheItemPriority.Default, CacheItemPriority.NotRemovable)); 384CacheItemPriority priority = CacheItemPriority.Default; 648CacheItemPriority priority = CacheItemPriority.Default; 727CacheItemPriority.NotRemovable, 746CacheItemPriority.NotRemovable,
System\Runtime\Caching\MemoryCacheEntry.cs (2)
110CacheItemPriority priority, 137if (priority == CacheItemPriority.NotRemovable)