From 14fc3537ce587ddcb541bf18fc5eaa8e04420c63 Mon Sep 17 00:00:00 2001
From: Till Hildebrandt
Date: Mon, 25 Nov 2019 14:32:22 +0100
Subject: [PATCH] Added documentation for option blacklisted_paths
---
plugins/cache.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/plugins/cache.rst b/plugins/cache.rst
index edb542b..e8fd722 100644
--- a/plugins/cache.rst
+++ b/plugins/cache.rst
@@ -73,6 +73,9 @@ The third parameter to the ``CachePlugin`` constructor takes an array of options
| ``cache_listeners`` | ``[]`` | A array of classes implementing ``CacheListener`` to act on a |
| | | response with information on its cache status. |
+---------------------------------------+----------------------------------------------------+-----------------------------------------------------------------------+
+| ``blacklisted_paths`` | ``[]`` | A array of regular expressions to defined paths, that shall not be |
+| | | cached. |
++---------------------------------------+----------------------------------------------------+-----------------------------------------------------------------------+
.. note::
|