Index: openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl,v diff -u -r1.10.2.10 -r1.10.2.11 --- openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl 4 Aug 2020 09:35:16 -0000 1.10.2.10 +++ openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl 28 Oct 2020 15:39:19 -0000 1.10.2.11 @@ -63,7 +63,7 @@ ::acs::clusterwide ns_cache flush [:cache_name $partition_key] $key } - if {[info commands ns_cache_eval] ne ""} { + if {[namespace which ns_cache_eval] ne ""} { # # NaviServer variant # @@ -275,7 +275,7 @@ } } - if {[info commands ns_cache_eval] ne ""} { + if {[namespace which ns_cache_eval] ne ""} { # # NaviServer variant #