[cvs] expresso commit by lhamel: fix old reference

JCorporate Ltd jcorp at jcorporate.com
Mon Feb 21 02:24:29 UTC 2005


Log Message:
-----------
fix old reference

Modified Files:
--------------
    expresso/expresso-web/expresso/doc/edg:
        dbobjects.xml

Revision Data
-------------
Index: dbobjects.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc/edg/dbobjects.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -Lexpresso-web/expresso/doc/edg/dbobjects.xml -Lexpresso-web/expresso/doc/edg/dbobjects.xml -u -r1.33 -r1.34
--- expresso-web/expresso/doc/edg/dbobjects.xml
+++ expresso-web/expresso/doc/edg/dbobjects.xml
@@ -2155,9 +2155,8 @@
 (or Database access) this can result in significant performance enhancements.
 				</para>
 				<para>
-Caching of DBObjects can be enabled by adding an entry to the DBObjPageLimit
-table, specifying a non-zero value for the Cache Limit field. This field
-sets the number of that DBObject that will be cached, at a maximum. The
+Caching of DBObjects is enabled by default. You can control the maximum
+ number of cached items via DBObject.setCacheLimit().  The
 cache manager will populate the cache on a most-frequently-used basis,
 so performance will be enhanced over time as the item's cache fills. The
 best settings for the cache limits for each DBObject depends on the exact


More information about the cvs mailing list