uncache {<file> ... }
Remove a command macro from the macro cache.
<file>
The file name of the macro(s) to be removed from the macro cache. The default file extension
is .cmd.
-all
Remove all files from the macro cache.
The macro cache is used to hold macros and can speed up computation significantly when the same macro is called often.
A macro is entered into the cache via the -ca switch on the exec command.
Uncache a macro (my_macro.cmd).
uncache my_macro
Uncache two macros.
uncache my_macro,determine
Clear the cache.
uncache -all
Commands: |