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.serviceResults:listServiceCache
 
pub.cache.serviceResults:listServiceCache
WmPublic. Returns a list of the cached service results for a particular service.
Input Parameters
serviceName
String Name of the service for which you want to view the cached service results.
Output Parameters
elements
Document List Conditional. A document list (IData []) containing the cached service results for the specified service. The pub.cache.serviceResults:listServiceCache service returns the elements output only if the service results cache contains cached results for the specified service. For each set of cached service results, the pub.cache.serviceResults:listServiceCache returns the following information:
Key
Description
key
String Optional. Key for the cached element containing the service results.
input
Document Optional. An IData containing the key/value pairs for the cached service input.
output
Document Optional. An IData containing the key/value pairs for the cached service output.
Usage Notes
If serviceName specifies a service that does not exist or a service for which Integration Server does not cache service results, Integration Server returns an empty elements output parameter.-
You can use the pub.cache.serviceResults:listServiceCache with a public service results cache only. You cannot use the pub.cache.serviceResults:listServiceCache with the ServiceResults system cache.
For the pub.cache.serviceResults:listServiceCache service to return results, make sure that the service results cache is searchable and that the cache allows automatic indexing for keys. That is, for the service results cache, the Searchable check box must be selected and the Key check box next to Allow Automatic Indexing must be selected.
Exposing the contents of the service results cache via the pub.cache.serviceResults:listServiceCache may represent a security risk.