Package com.microstrategy.webapi
Interface EnumDSSXMLCacheExpCommand
- 
public interface EnumDSSXMLCacheExpCommandThis 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 intDssXmlCacheExpCommandDeleteDeletestatic intDssXmlCacheExpCommandElementPurgeElement Purgestatic intDssXmlCacheExpCommandInvalidateInvalidate 
 - 
 
- 
- 
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
 
 
 - 
 
 -