6 references to Normal
Microsoft.Extensions.Caching.Abstractions (3)
ICacheEntry.cs (1)
54/// cleanup. The default is <see cref="CacheItemPriority.Normal"/>.
MemoryCacheEntryOptions.cs (2)
99/// memory pressure triggered cleanup. The default is <see cref="CacheItemPriority.Normal"/>. 101public CacheItemPriority Priority { get; set; } = CacheItemPriority.Normal;
Microsoft.Extensions.Caching.Memory (3)
CacheEntry.cs (2)
34private byte _priority = (byte)CacheItemPriority.Normal; 153/// memory pressure triggered cleanup. The default is <see cref="CacheItemPriority.Normal"/>.
MemoryCache.cs (1)
607case CacheItemPriority.Normal: