clearMethodCache

clearMethodCache();

The clearMethodCache method of the Node class clears previously loaded methods from method cache. Use this method is if you have called the setExecuteFlagValue method to change the value of the executeWhen flag that conditionally loads method code, as shown in the following code fragment.

node.setExecuteFlagValue("DebugTest", true);
node.clearMethodCache();