We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ff8af commit 14fc353Copy full SHA for 14fc353
1 file changed
plugins/cache.rst
@@ -73,6 +73,9 @@ The third parameter to the ``CachePlugin`` constructor takes an array of options
73
| ``cache_listeners`` | ``[]`` | A array of classes implementing ``CacheListener`` to act on a |
74
| | | response with information on its cache status. |
75
+---------------------------------------+----------------------------------------------------+-----------------------------------------------------------------------+
76
+| ``blacklisted_paths`` | ``[]`` | A array of regular expressions to defined paths, that shall not be |
77
+| | | cached. |
78
++---------------------------------------+----------------------------------------------------+-----------------------------------------------------------------------+
79
80
81
.. note::
0 commit comments