gustafn
committed
on 11 Mar 10
- added util_memoize_flush_pattern, which works exactly like util_memoize_flush_regexp, execpt
a) it accepts a glob style pattern instead … Show more
- added util_memoize_flush_pattern, which works exactly like util_memoize_flush_regexp, execpt

 a) it accepts a glob style pattern instead of a regular expression

 b) it does not retrieve all memoize keys from the cache, but only the matching keys (via ns_cache names glob parameter)

 c) it is much faster

Show less