util_memoize_flush_regexp_local (private)

 util_memoize_flush_regexp_local [ -log ] expr

Defined in packages/acs-tcl/tcl/memoize-procs.tcl

Loop through all cached scripts, flushing all that match the regular expression that was passed in. It is recommended to use util_memoize_flush_pattern whenever possible, since glob-match is in most cases sufficient and much better performance-wise. the glob match can be better supported by the built-in set of the server.

Switches:
-log
(boolean) (optional)
Whether to log keys checked and flushed (useful for debugging).
Parameters:
expr - The regular expression to match.
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 util_memoize_flush util_memoize_flush (public) util_memoize_flush_regexp_local util_memoize_flush_regexp_local util_memoize_flush_regexp_local->util_memoize_flush

Testcases:
No testcase defined.
[ show source ]
Show another procedure: