Documentation
EMPTY CACHE
usage
<EMPTY>
<CACHE>
[<MODULE></MODULE>
<ELEMENTID></ELEMENTID>]
[<TOOL></TOOL>]
[<REGEX></REGEX>] <!-- slower -->
</CACHE>
</EMPTY>
parameters
Module: the type of object you want to refresh
ElementID: the ID of the element
Tool: objects that are not modules. e.g. LIST, DEPENDENCYENTITY, LABEL
Regex: cleans the cache from every request containing whatever matches the regex.
Refreshes the xSushee cache
examples
<EMPTY>
<CACHE>
<TOOL>LIST</TOOL>
</CACHE>
</EMPTY>
<EMPTY>
<CACHE>
<MODULE>CONTACT</MODULE>
<ELEMENTID>1857</ELEMENTID>
</CACHE>
</EMPTY>