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 = 4Indicates that cache organized by full name is to be used.
Guid = 8Indicates that cache organized by GUID is to be used.
ID = 1Indicates that cache organized by ID is to be used.
Name = 2Indicates that cache organized by name is to be used.
None = 0Do not cache.