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