xdmp.groupCacheClear( groupID as (Number|String), cacheClearOptions as String[] ) as null
Clears specified caches for the target group. This does not affect busy entries.
Parameters | |
---|---|
groupID | a group id. |
cacheClearOptions | The type of caches that needs to be cleared. Supporting cache types are "compressed-tree-cache", "expanded-tree-cache", and "list-cache". |
http://marklogic.com/xdmp/privileges/admin/
xdmp.groupCacheClear(xdmp.group("Default"), ["compressed-tree-cache","expanded-tree-cache"]);
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.