PVICachingMode

PVICachingMode enum

Represents different levels of caching for PVI effective objects.

enum class PVICachingMode

Values

NameValueDescription
NoCaching0Classic mode with creating every instance.
NotDefinedOnly1Use effective values caching for NotDefined formats, classic mode for the rest.
Full2Use effective values caching for all formats.

See Also