Loading TOC...

xdmp:group-cache-clear

xdmp:group-cache-clear(
   $groupID as xs:unsignedLong,
   $cacheClearOptions as xs:string*
) as empty-sequence()

Summary

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".

Required Privileges

http://marklogic.com/xdmp/privileges/admin/

Example

xdmp:group-cache-clear(xdmp:group("Default"), ("compressed-tree-cache","expanded-tree-cache"))

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.