Forum OpenACS Development: Re: How to disable caching temporarily

Collapse
Posted by Jeff Davis on
Aldert, util_memoize_flush_regexp is checked into CVS in acs-tcl/tcl/memoize-procs.tcl

Here is a little code snippet that would also clear the whole cache:

foreach name [ns_cache names util_memoize] {
  ns_cache flush util_memoize $name
}