Package com.microstrategy.webapi
Interface EnumDSSXMLContentCacheAdminAction
-
public interface EnumDSSXMLContentCacheAdminAction
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlBackupContentCache
Indicates an action to backup content cachestatic int
DssXmlDeleteContentCache
Indicates an action to delete content cachestatic int
DssXmlExpireContentCache
Indicates an action to expire content cachestatic int
DssXmlInvalidateContentCache
Indicates an action to invalidates content cachestatic int
DssXmlLoadContentCache
Indicates an action to load content cachestatic int
DssXmlUnloadContentCache
Indicates 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
-
-