[cvs] expresso commit by lhamel: add setCacheLimit()

JCorporate Ltd jcorp at jcorporate.com
Sun Jan 2 19:31:12 UTC 2005


Log Message:
-----------
add setCacheLimit()

Modified Files:
--------------
    expresso/expresso-web/expresso/doc:
        ChangeLog.xml

Revision Data
-------------
Index: ChangeLog.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc/ChangeLog.xml,v
retrieving revision 1.277
retrieving revision 1.278
diff -Lexpresso-web/expresso/doc/ChangeLog.xml -Lexpresso-web/expresso/doc/ChangeLog.xml -u -r1.277 -r1.278
--- expresso-web/expresso/doc/ChangeLog.xml
+++ expresso-web/expresso/doc/ChangeLog.xml
@@ -5,6 +5,15 @@
 	<project name="Expresso">
 		<version name="5.6.1" releaseDate="Not released yet">
 			<comment>Continued Updates</comment>
+            <new-feature title="setCacheLimit()">
+                <explanation>Added convenience method DBObject.setCacheLimit()
+                         to set the number of cache instances allowed for
+ this object type. This setting
+ affects all instances -- it is a class setting, typically used during
+setupFields()
+                </explanation>
+                <contributor>Larry Hamel</contributor>
+            </new-feature>
             <bug-fix title="Struts DTD URL changed">
                 <explanation>The Struts DTD URL changed for Tiles, causing a failure
                     which stopped espresso from starting up. Furthermore, it exposed


More information about the cvs mailing list