Created
July 18, 2019 12:32
-
-
Save derms/95178eaa71fe931bc2fb6d9055fd8133 to your computer and use it in GitHub Desktop.
marklogic clear caches
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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