Command: uncache

Syntax

uncache {<file> ... }

Description

Remove a command macro from the macro cache.

Parameters

Switches

Notes

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.

Examples

Uncache a macro (my_macro.cmd).

uncache my_macro

Uncache two macros.

uncache my_macro,determine

Clear the cache.

uncache -all

See Also

Commands:

exec