We have an API that will invoke another API to retrieve specific information based on an ID provided in the request, retrieved information is then cached so that it can be used for subsequent requests, fresh request will be made to get the information once the configured cache time is expired.
Is there a way to test this cached information in apigee, preferably by BDD approach apickli.