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 -N -r1.106.2.17 -r1.106.2.18 --- openacs-4/packages/xowiki/tcl/link-procs.tcl 2 Sep 2021 13:24:28 -0000 1.106.2.17 +++ openacs-4/packages/xowiki/tcl/link-procs.tcl 3 Oct 2021 17:38:49 -0000 1.106.2.18 @@ -633,12 +633,12 @@ # Class create LinkCache # LinkCache proc flush {parent_id {item_id ""}} { # if {$item_id eq ""} { - # :xo::clusterwide xo::cache_flush_all xowiki_cache link-*-$name-$parent_id + # :acs::clusterwide acs::cache_flush_all 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] # if {$tmp(item_id) == $item_id} { - # ::xo::clusterwide ns_cache flush xowiki_cache $entry + # ::acs::clusterwide ns_cache flush xowiki_cache $entry # } # } # }