pub.cache:removeAll
WmPublic. Removes the cached elements associated with a list of keys or, if no keys are specified, removes all elements from the cache.
Input Parameters
cacheManagerName | String Name of the cache manager that manages the cache. This parameter is case sensitive. |
cacheName | String Name of the cache in which to put the elements. This parameter is case sensitive. |
keys | Object List Optional. Keys of the elements to remove from the cache. If you do not specify any keys, the service removes all of the elements from the specified cache. |
Output Parameters
None.
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.