From 27baeab637ade36f3a65b92e5f3895131e2dfdee Mon Sep 17 00:00:00 2001 From: Israel Brewster Date: Thu, 8 Jun 2017 11:57:00 -0800 Subject: [PATCH] Update documentation to show the CachingConnection Pool --- doc/src/pool.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/src/pool.rst b/doc/src/pool.rst index 95f4e232..b2622155 100644 --- a/doc/src/pool.rst +++ b/doc/src/pool.rst @@ -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.