Package com.microstrategy.webapi
Interface EnumDSSXMLCacheExpCommand
-
public interface EnumDSSXMLCacheExpCommand
This 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 int
DssXmlCacheExpCommandDelete
Deletestatic int
DssXmlCacheExpCommandElementPurge
Element Purgestatic int
DssXmlCacheExpCommandInvalidate
Invalidate
-
-
-
Field Detail
-
DssXmlCacheExpCommandInvalidate
static final int DssXmlCacheExpCommandInvalidate
Invalidate- See Also:
- Constant Field Values
-
DssXmlCacheExpCommandDelete
static final int DssXmlCacheExpCommandDelete
Delete- See Also:
- Constant Field Values
-
DssXmlCacheExpCommandElementPurge
static final int DssXmlCacheExpCommandElementPurge
Element Purge- See Also:
- Constant Field Values
-
-