Discussion
HSBC
IN
Last activity: 18 May 2022 11:39 EDT
Clear Cache in Pega 8
This is a very much asked question. I have faced the same issue and was able to achieve the same by running the "rule cache clear" REST Service API. We need to go to Records->Integration Services->Service REST search for "rule cache clear" open the rule from actions select run. For POST method pass the nodeid (you want to cleanup the rule cache) as Indentifier. Execute. You should get a response like. {"data":{"result":[{"nodeId":"","status":"Successfully cleared rule cache"}],"_links":{"self":{"templated":"false","method":"POST","href":"\/api\/v1\/nodes\/\/caches\/rule\/clear"}}},"servedBy":"","status":200}