[Modeling-cvs] ProjectModeling/Modeling CHANGES,1.133,1.134
Status: Abandoned
Brought to you by:
sbigaret
|
From: <sbi...@us...> - 2003-07-24 13:34:10
|
Update of /cvsroot/modeling/ProjectModeling/Modeling
In directory sc8-pr-cvs1:/tmp/cvs-serv10262
Modified Files:
CHANGES
Log Message:
Added documentation for MDL_ENABLE_SIMPLE_METHOD_CACHE
Index: CHANGES
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/CHANGES,v
retrieving revision 1.133
retrieving revision 1.134
diff -C2 -d -r1.133 -r1.134
*** CHANGES 24 Jul 2003 12:07:25 -0000 1.133
--- CHANGES 24 Jul 2003 13:34:06 -0000 1.134
***************
*** 12,18 ****
* Simple methods for models, entities, attributes, relationships and
! ClassDescriptions are now automatically cached. This speeds up operations
! where model introspection is needed (when saving changes, when using
! RelationshipManipulation interface, etc.)
* Module RelationshipManipulation has been optimized and is now about 1.2x
--- 12,19 ----
* Simple methods for models, entities, attributes, relationships and
! ClassDescriptions can now be automatically cached, This speeds up
! operations where model introspection is needed (when saving changes, when
! using RelationshipManipulation interface, etc.). See Appendix A.1,
! "Environment variables / Core" in the User's Guide for details.
* Module RelationshipManipulation has been optimized and is now about 1.2x
|