Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Cache Folder | Summary of Elements in this Folder | pub.cache.admin:isCacheDisabled
 
pub.cache.admin:isCacheDisabled
WmPublic. Checks whether the cache is disabled.
Input Parameters
cacheManagerName
String Name of the cache manager that manages the cache. This parameter is case sensitive.
cacheName
String Name of the cache for which you want to check the status (whether it is disabled or enabled). This parameter is case sensitive.
Output Parameters
isDisabled
String Indicates whether the cache is disabled. A value of:
*true indicates that the cache is disabled.
*false indicates that the cache is enabled.
status
String Conditional. The status indicating Error. The service returns Error for status only if the service fails when checking whether the cache is disabled.
message
String Conditional. The status message of the error. The service returns message with status only if an error occurs when checking whether the cache is disabled.
Usage Notes
Note:
Only users with administrator privileges can execute this service.
pub.cache.admin:isCacheDisabled returns Error for status and an accompanying message in the following cases:
*If you do not specify all required input parameters.
*If Integration Server cannot find the specified cache manager or cache.
*If a cache operation fails.