Cache items with this priority level are less likely to be deleted from cache than those assigned with CacheEntryPriority.NORMAL priority.
Cache items with this priority level are more likely to be deleted from the cache than CacheEntryPriority.NORMAL priority.
Cache items with this priority level are the least likely to be deleted from the cache.
Cache items with this priority level are the most likely to be deleted from the cache.
Cache items with this priority level are likely to be deleted from the cache
after those items with CacheEntryPriority.LOW or CacheEntryPriority.BELOW_NORMAL priority.
This is the default.
The cache items with this priority level will not be automatically deleted from the cache.
Describes CacheEntry priority against eviction caused by lack of system memory.