Index: openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl,v diff -u -r1.129 -r1.130 --- openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 22 Jun 2018 20:11:55 -0000 1.129 +++ openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 22 Jun 2018 20:16:10 -0000 1.130 @@ -768,7 +768,7 @@ try { :uplevel [list ns_cache_eval -- [:cache_name $tree_key] $key $body] } on break {r} { - ns_log notice "====================== [self] $key -> break -> <$r>" + #ns_log notice "====================== [self] $key -> break -> <$r>" return 0 } on ok {r} { return $r @@ -867,7 +867,7 @@ # ########################################################################## - nx::Class create ::xo::TreePartitionedCache -superclasses ::xo::Cache { + nx::Class create ::xo::TreePartitionedCache -superclasses ::xo::PartitionedCache { :property {partitions:integer 1} :public method flush_pattern {{-tree_key:integer,required} pattern} {