summaryrefslogtreecommitdiff
path: root/cherrypy/lib/caching.py
diff options
context:
space:
mode:
Diffstat (limited to 'cherrypy/lib/caching.py')
-rw-r--r--cherrypy/lib/caching.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/lib/caching.py b/cherrypy/lib/caching.py
index 05142662..c1187634 100644
--- a/cherrypy/lib/caching.py
+++ b/cherrypy/lib/caching.py
@@ -159,7 +159,7 @@ def enable(**kwargs):
return f
return wrapper
-def setup():
+def _setup():
"""Hook caching into cherrypy.request using the given conf."""
conf = cherrypy.request.toolmap.get("caching", {})
if not getattr(cherrypy, "_cache", None):