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 -N -r1.2 -r1.3 --- openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl 26 Jun 2018 09:56:54 -0000 1.2 +++ openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl 27 Jun 2018 10:14:58 -0000 1.3 @@ -175,9 +175,8 @@ # # Simple Partitioned Cache class # - # Partitioning is based on a modulo function using the provided - # key, which has to be numeric. So far, no partitioning-spanning - # methods are provided. + # Partitioning is based on a modulo function using the cache + # key, which has to be numeric. # ########################################################################## @@ -219,15 +218,14 @@ ########################################################################## # - # Tree Partitioned Cache class + # Class for key-partitioned caches # - # Tree Partitioning is based on a modulo function using a special - # partition_key, which has to be numeric. So far, no - # partitioning-spanning methods are provided. + # Key-partitioning is based on a modulo function using a special + # partition_key, which has to be numeric - at least for the time being. # ########################################################################## - nx::Class create ::acs::TreePartitionedCache -superclasses ::acs::PartitionedCache { + nx::Class create ::acs::KeyPartitionedCache -superclasses ::acs::PartitionedCache { :property {partitions:integer 1} :public method flush_pattern {{-partition_key:integer,required} pattern} {