enum PersistentCachePriority
Determines when to evict data from PersistentCache.
Objects with lower priority will be evicted before objects with higher priority.
Values
| Name | Value | Description |
|---|---|---|
Low |
0 |
|
Normal |
1 |
|
High |
2 |
|
Critical |
3 |