util_memoize_flush_local (private)
util_memoize_flush_local script
Defined in packages/acs-tcl/tcl/memoize-procs.tcl
Forget any cached value for script on the local server. You probably want to use
util_memoize_flush
to flush the caches on all servers in the cluster, in case clustering is enabled.
- Parameters:
- script (required)
- The Tcl script whose cached value should be flushed.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.