Index: openacs-4/packages/xowiki/tcl/link-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/link-procs.tcl,v diff -u -r1.106.2.21 -r1.106.2.22 --- openacs-4/packages/xowiki/tcl/link-procs.tcl 31 Dec 2021 11:22:34 -0000 1.106.2.21 +++ openacs-4/packages/xowiki/tcl/link-procs.tcl 22 Feb 2023 12:57:18 -0000 1.106.2.22 @@ -653,7 +653,7 @@ # Class create LinkCache # LinkCache proc flush {parent_id {item_id ""}} { # if {$item_id eq ""} { - # :acs::clusterwide acs::cache_flush_all xowiki_cache link-*-$name-$parent_id + # :acs::clusterwide acs::cache_flush_pattern xowiki_cache link-*-$name-$parent_id # } else { # foreach entry [ns_cache names xowiki_cache link-*-$parent_id] { # array set tmp [ns_cache get xowiki_cache $entry]