Enum InfoCacheBy
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Specifies how to cache objects in info cache.
[Flags]
public enum InfoCacheBy
- Extension Methods
Fields
FullName = 4
Indicates that cache organized by full name is to be used.
Guid = 8
Indicates that cache organized by GUID is to be used.
ID = 1
Indicates that cache organized by ID is to be used.
Name = 2
Indicates that cache organized by name is to be used.
None = 0
Do not cache.