This is one of three actions used to provide caching requirements.
The Remove Cache action is used to remove data from the cache.
Two parameters are required. The first is a string value specifying the id (or key) under which the data is cached (cache id), and the second indicates whether the data is currently stored in the application cache or the users session cache (scope). This second parameter must contain one of the two values 'session' or 'application'.
Both the cache id and scope values can be determined dynamically using XPaths if required.