Index: openacs-4/packages/acs-object-management/tcl/cache-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-object-management/tcl/cache-init.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-object-management/tcl/cache-init.tcl 13 Aug 2009 00:15:05 -0000 1.2 +++ openacs-4/packages/acs-object-management/tcl/cache-init.tcl 14 Aug 2009 01:06:08 -0000 1.3 @@ -4,6 +4,12 @@ changing the value of the package parameter DBCacheSize and restarting your server. + Cache keys in the object Tcl API have the following form: + + t::object_type::query_name For all queries dealing with the specified object type. + v::object_view::query_name For all queries dealing with the specified object view. + o::object_id::query_name For all queries dealing with the specified object. + @creation-date 30 June 2009 @author Don Baccus (dhogaza@pacifier.com) @cvs-id $Id$