Skip to content

Commit 14fc353

Browse files
author
Till Hildebrandt
committed
Added documentation for option blacklisted_paths
1 parent 48ff8af commit 14fc353

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/cache.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ The third parameter to the ``CachePlugin`` constructor takes an array of options
7373
| ``cache_listeners`` | ``[]`` | A array of classes implementing ``CacheListener`` to act on a |
7474
| | | response with information on its cache status. |
7575
+---------------------------------------+----------------------------------------------------+-----------------------------------------------------------------------+
76+
| ``blacklisted_paths`` | ``[]`` | A array of regular expressions to defined paths, that shall not be |
77+
| | | cached. |
78+
+---------------------------------------+----------------------------------------------------+-----------------------------------------------------------------------+
7679

7780

7881
.. note::

0 commit comments

Comments
 (0)