Update documentation to show the CachingConnection Pool

This commit is contained in:
Israel Brewster 2017-06-08 11:57:00 -08:00 committed by Changaco
parent 74238d52e7
commit 27baeab637

View File

@ -58,3 +58,7 @@ be used.
.. autoclass:: ThreadedConnectionPool
.. note:: This pool class can be safely used in multi-threaded applications.
.. autoclass:: CachingConnectionPool
.. note:: Expired connections are cleaned up on any call to putconn.