Table of Contents

Enum CacheItemPriority

Namespace
LinqToDB.Common.Internal.Cache
Assembly
linq2db.dll

Specifies how items are prioritized for preservation during a memory pressure triggered cleanup.

public enum CacheItemPriority
Extension Methods

Fields

High = 2
Low = 0
NeverRemove = 3
Normal = 1