Context
For performance reasons, Aerospike keeps Lua contexts cached. When a UDF module is removed, the cached contexts are automatically dropped, but during development it may be useful to drop them manually.Method
The info command "udf-clear-cache:" is available. It can be issued through the client API like any other info command, through the asinfo command-line tool, or through the asinfo command within asadm to apply to the entire cluster.