From ffaaa57f20a8a07e0a58da6fd780467b53fd1dba 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/src/pool.rst b/doc/src/pool.rst index 32bca548..f1b2af23 100644 --- a/doc/src/pool.rst +++ b/doc/src/pool.rst @@ -62,3 +62,6 @@ be used. This pool class is mostly designed to interact with Zope and probably not useful in generic applications. +.. autoclass:: CachingConnectionPool + + .. note:: Expired connections are cleaned up on any call to putconn. \ No newline at end of file