5 references to NotRemovable
System.Runtime.Caching (5)
System\Caching\MemoryCache.cs (4)
223if (policy.Priority != CacheItemPriority.Default && policy.Priority != CacheItemPriority.NotRemovable) { 224throw new ArgumentOutOfRangeException("policy", RH.Format(R.Argument_out_of_range, "Priority", CacheItemPriority.Default, CacheItemPriority.NotRemovable)); 634CacheItemPriority.NotRemovable, 655CacheItemPriority.NotRemovable,
System\Caching\MemoryCacheEntry.cs (1)
118if (priority == CacheItemPriority.NotRemovable) {