Qlik Sense Repository Service (QRS) entire cache can be purged by calling the below QRS API end-point. This will force the QRS to re-evaluate all the results and might be noticed on performance and response times while the cache is rebuilt. It is recommended to only use this when advised by Qlik Support as part of troubleshooting.
DELETE /qrs/internal/management/cache/
The rules cache is local to a Qlik Sense node. To reset the QRS rule cache on all nodes, the API must be called on each node.
The API call must be run as the userInternal\sa_repository. Qlik Sense client certificatesmustbe used for authentication when calling QRS API as Internal\sa_repository Call QRS API locally on Qlik Sense node orExport client certificate and root certificate to make API calls to a client machine.
Example on how to reset QRS security cache with PowerShell;
Confirm in Audit_Repository logs that cache has been clear on a specific Qlik Sense node. Looks for a message referring to "Invalidating" followed by the type of cache being removed, like one of the below examples;
Qlik Sense Enterprise on Windows June 2017 and later
The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.