Cache Response Key

TIBCO API Exchange Gateway uses the cache response key to check if a cached response exists in the cache for an incoming request.

By default, the Core Engine constructs the value of the cache response key for REST/HTTP requests using the following parameters:

routingKey+requestURI(minus the API Key)+Accept-Header+Soap Action

where,

For HTTP/REST and HTTP/SOAP requests, the Core Engine creates a default caching key using the above parameters..

Note: You can override the default cache response key using the custom XSLT specified in the parsing step of a facade operation request. See Overriding Cache Response Key and Parameters on how to create a cache response key using XSLT.