Using apickli/BDD is there a way to test cached information in apigee?

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.

0 1 178
1 REPLY 1

Hi @Pari, before I can answer your question, I just want to clarify if are you trying to verify that caching works or not? Or the correctness of the cached information?

In regard to subsequent requests, are they identical requests or different URI requests?