Skip to content

Instantly share code, notes, and snippets.

@derms
Created July 18, 2019 12:32
Show Gist options
  • Save derms/95178eaa71fe931bc2fb6d9055fd8133 to your computer and use it in GitHub Desktop.
Save derms/95178eaa71fe931bc2fb6d9055fd8133 to your computer and use it in GitHub Desktop.
marklogic clear caches
xquery version "1.0-ml";
(xdmp:list-cache-clear(),
xdmp:expanded-tree-cache-clear(),
xdmp:compressed-tree-cache-clear(),
xdmp:triple-cache-clear(),
xdmp:triple-value-cache-clear(),
xdmp:cache-status(xdmp:host()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment