Overview

You can enable the AIS Server to cache responses of service requests that perform Read operations, which include:

  • Data service requests

    All data service requests perform a Read operation, therefore all responses from data services requests can be cached.

  • Form service requests configured to perform a Read operation, for example "formServiceActions":"R"

    If you are using a batch form service request, you need to make sure that each request in the batch request is configured with the preceding parameter.

The information in each service request provides the key to the cache. Only requests with the exact same information in the input parameters as previous requests receive responses from the cache.

When the AIS Server cache is used for the service request, the response to the service request will contain the following parameter:

"fromCache": true