QVSCacheObjects Enum
Namespace: PIX.QMSAPI.DataObjects
Assembly: PIX.dll
Assembly: PIX.dll
The different available cache objects that can be used when calling PIX.Services.IQMS.ClearQVSCache(PIX.QMSAPI.DataObjects.QVSCacheObjects).
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
Syntax
[Flags]
public enum QVSCacheObjects
Fields
Name | Description |
---|---|
All |
All cache objects. |
CALConfiguration |
Cached QlikView Server CAL configuration. |
License |
Cached QlikView Server license information. |
None |
No object specified. |
Settings |
Cached QlikView Server settings. |
UserDocumentList |
Cached QlikView Server user document file structure. |
UserDocumentMetaData |
Cached QlikView Server user document metadata. |
See Also
PIX.Services.IQMS.ClearQVSCache(PIX.QMSAPI.DataObjects.QVSCacheObjects)