Package com.microstrategy.webapi
Interface EnumDSSXMLContentCacheAdminAction
- 
public interface EnumDSSXMLContentCacheAdminAction 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDssXmlBackupContentCacheIndicates an action to backup content cachestatic intDssXmlDeleteContentCacheIndicates an action to delete content cachestatic intDssXmlExpireContentCacheIndicates an action to expire content cachestatic intDssXmlInvalidateContentCacheIndicates an action to invalidates content cachestatic intDssXmlLoadContentCacheIndicates an action to load content cachestatic intDssXmlUnloadContentCacheIndicates an action to unload content cache 
 - 
 
- 
- 
Field Detail
- 
DssXmlInvalidateContentCache
static final int DssXmlInvalidateContentCache
Indicates an action to invalidates content cache- See Also:
 - Constant Field Values
 
 
- 
DssXmlDeleteContentCache
static final int DssXmlDeleteContentCache
Indicates an action to delete content cache- See Also:
 - Constant Field Values
 
 
- 
DssXmlLoadContentCache
static final int DssXmlLoadContentCache
Indicates an action to load content cache- See Also:
 - Constant Field Values
 
 
- 
DssXmlUnloadContentCache
static final int DssXmlUnloadContentCache
Indicates an action to unload content cache- See Also:
 - Constant Field Values
 
 
- 
DssXmlExpireContentCache
static final int DssXmlExpireContentCache
Indicates an action to expire content cache- See Also:
 - Constant Field Values
 
 
- 
DssXmlBackupContentCache
static final int DssXmlBackupContentCache
Indicates an action to backup content cache- See Also:
 - Constant Field Values
 
 
 - 
 
 -