Package com.microstrategy.webapi
Interface EnumDSSXMLCacheExpOptions
-
public interface EnumDSSXMLCacheExpOptionsThis interface defines the enumeration constants used to specify cache expiration commands.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intDssXmlCacheExpOptionsBothBoth Inbox and Report Cachestatic intDssXmlCacheExpOptionsInboxOnlyInbox Onlystatic intDssXmlCacheExpOptionsReportCacheOnlyReport Cache Onlystatic intDssXmlCacheExpReserved
-
-
-
Field Detail
-
DssXmlCacheExpReserved
static final int DssXmlCacheExpReserved
- See Also:
- Constant Field Values
-
DssXmlCacheExpOptionsInboxOnly
static final int DssXmlCacheExpOptionsInboxOnly
Inbox Only- See Also:
- Constant Field Values
-
DssXmlCacheExpOptionsReportCacheOnly
static final int DssXmlCacheExpOptionsReportCacheOnly
Report Cache Only- See Also:
- Constant Field Values
-
DssXmlCacheExpOptionsBoth
static final int DssXmlCacheExpOptionsBoth
Both Inbox and Report Cache- See Also:
- Constant Field Values
-
-