SWS Caching
Advanced Topic - Caching Responses - Read Carefully!
Categories:
Warning
The PeopleSoft REST caching has some limitations. I would read the PeopleSoft REST Caching integration broker book section before using this.- Minutes to Cache Response: You can optionally configure to have the integration broker cache the response. This can be done for performance reasons if the SQL is very “expensive”.
SWS has an ability to tell the RESTListeningConnector
servlet to cache the response. This caching is provided by the built in caching mechanism provided by PeopleTools REST functionality. It can speed up requests for expensive SQL where you do not expect the result to change very often. I would read the PeopleSoft REST Caching integration broker book section before using this. There are some known caveats.
Warning
If your SWS setup uses%EMPLOYEEID
or %OPRERATOR
then do NOT use caching if you have multiple clients.