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.atomic:remove
 
pub.cache.atomic:remove
WmPublic. Removes the cached element associated with the specified key and value.
Input Parameters
cacheManagerName
String Name of the cache manager that manages the cache. This parameter is case sensitive.
cacheName
String Name of the cache from which to remove the element. This parameter is case sensitive.
key
Object Key of the element to remove.
value
Object Value of the element to remove.
Output Parameters
removed
String Indicates whether the service removed the element.
*true indicates that the element was removed from the cache.
*false indicates that the element was not removed from the cache. The service returns false if the specified key and value do not exist in the cache.
Usage Notes
Integration Server issues a ServiceException 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.