Enum InfoCachePriority
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Specifies the priority of objects in info cache.
public enum InfoCachePriority
- Extension Methods
Fields
Default = 0
Indicates the default priority which means objects can be removed from the cache.
NotRemovable = 1
Indicates the cached objects are not to be removed from the cache.