You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jc...@apache.org on 2007/09/28 16:40:32 UTC

svn commit: r580374 - /commons/sandbox/proxy/trunk/src/site/xdoc/index.xml

Author: jcarman
Date: Fri Sep 28 07:40:32 2007
New Revision: 580374

URL: http://svn.apache.org/viewvc?rev=580374&view=rev
Log:
Removed reference to pooled and cached object providers

Modified:
    commons/sandbox/proxy/trunk/src/site/xdoc/index.xml

Modified: commons/sandbox/proxy/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/proxy/trunk/src/site/xdoc/index.xml?rev=580374&r1=580373&r2=580374&view=diff
==============================================================================
--- commons/sandbox/proxy/trunk/src/site/xdoc/index.xml (original)
+++ commons/sandbox/proxy/trunk/src/site/xdoc/index.xml Fri Sep 28 07:40:32 2007
@@ -89,8 +89,6 @@
                         </p>
                         <table border="0">
                             <tr><td><b>Singleton</b></td><td>Calls a nested provider at most once, returning that original value on all subsequent invocations</td></tr>
-                            <tr><td><b>Cached</b></td><td>Returns an object from a cache (if available).  If no object is available in the cache, the nested provider is called</td></tr>
-                            <tr><td><b>Pooled</b></td><td>Returns an object from a pool, creating new objects using the nested provider</td></tr>
                         </table>
 
                     </subsection>