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.40 -r1.10.2.41 --- openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl 14 May 2023 23:08:52 -0000 1.10.2.40 +++ openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl 14 May 2023 23:14:45 -0000 1.10.2.41 @@ -684,25 +684,7 @@ } } -# if {[info commands ::acs::misc_cache] eq ""} { -# if {[info commands ::parameter::get_from_package_key] eq ""} { -# namespace eval ::parameter {} -# ad_proc ::parameter::get_from_package_key { -# -package_key -# -parameter:required -# {-default ""} -# } { -# return $default -# } -# } -# set cacheType [expr {[::acs::icanuse "ns_hash"] ? "HashKeyPartitionedCache" : "Cache"}] -# ::acs::$cacheType create ::acs::misc_cache \ -# -package_key acs-tcl \ -# -parameter MiscCache \ -# -default_size 100KB -# } - # Local variables: # mode: tcl # tcl-indent-level: 4