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