[cvs] expresso commit by lhamel: isMutable, cache access
JCorporate Ltd
jcorp at jcorporate.com
Mon Feb 21 02:28:15 UTC 2005
Log Message:
-----------
isMutable, cache access
Modified Files:
--------------
expresso/expresso-web/expresso/doc/edg:
caching.xml
Revision Data
-------------
Index: caching.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc/edg/caching.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -Lexpresso-web/expresso/doc/edg/caching.xml -Lexpresso-web/expresso/doc/edg/caching.xml -u -r1.8 -r1.9
--- expresso-web/expresso/doc/edg/caching.xml
+++ expresso-web/expresso/doc/edg/caching.xml
@@ -98,7 +98,7 @@
intended for modification. In these cases, especially within loops,
creating a new copy of the cached object is expensive.
To provide access to the cache where a copy is not made, a new attribute
- DBObject.isMutable() is now set on cached copies. This attribute is now
+ DBObject.isMutable() is now set false on cached copies. This attribute is now
tested during any set* and update() methods, throwing an exception if the DBObject
is marked as immutable. This protects usage of the actual cached items as a read-only source.
To provide access to the actual cached, read-only objects, two new methods
More information about the cvs
mailing list