Click or drag to resize
QVSCacheObjects Enumeration
The different available cache objects that can be used when calling ClearQVSCache(QVSCacheObjects).

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace: PIX.QMSAPI.DataObjects
Assembly: 
Syntax
[FlagsAttribute]
public enum QVSCacheObjects
Members
  Member nameValueDescription
None0 No object specified.
License1 Cached QlikView Server license information.
Settings2 Cached QlikView Server settings.
UserDocumentList4 Cached QlikView Server user document file structure.
UserDocumentMetaData8 Cached QlikView Server user document metadata.
CALConfiguration16 Cached QlikView Server CAL configuration.
All65535 All cache objects.
See Also

Reference

IQMS.ClearQVSCache(QVSCacheObjects)