Author: tv
Date: Sat Nov 18 13:41:31 2006
New Revision: 476614

URL: http://svn.apache.org/viewvc?view=rev&rev=476614
Log:
Managers are not new anymore...

Modified:
    db/torque/runtime/trunk/xdocs/reference/managers-cache.xml

Modified: db/torque/runtime/trunk/xdocs/reference/managers-cache.xml
URL: 
http://svn.apache.org/viewvc/db/torque/runtime/trunk/xdocs/reference/managers-cache.xml?view=diff&rev=476614&r1=476613&r2=476614
==============================================================================
--- db/torque/runtime/trunk/xdocs/reference/managers-cache.xml (original)
+++ db/torque/runtime/trunk/xdocs/reference/managers-cache.xml Sat Nov 18 
13:41:31 2006
@@ -48,14 +48,14 @@
 List foos = FooManager.getInstances(ids);
 ]]></source>
 
-    <p>
+    <!-- p>
       Note: Managers and the caching they provide is fairly new.  Feedback 
       is welcome and usage by the brave is encouraged.  
       But the api should not be expected to be stable.
-    </p>
+    </p -->
     
     <p>
-      Also, note that the cache is global and is not Transaction-aware.
+      Note that the cache is global and is not Transaction-aware.
       This implies that isolation of different transactions will be difficult
       to achieve. For example, you might read uncommited data out of the 
       cache even if you database transaction isolation is set to 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to