We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c66171 commit 6a2191aCopy full SHA for 6a2191a
docs/index.rst
@@ -406,8 +406,8 @@ The following configuration values exist for Flask-Caching:
406
deletion process will be ignored. However, if
407
it is set to ``False`` it will stop on the
408
first error. This option is only relevant for
409
- the backends **filesystem** and **simple**.
410
- Defaults to ``False``.
+ the backends **FileSystemCache** and
+ **SimpleCache**. Defaults to ``False``.
411
``CACHE_THRESHOLD`` The maximum number of items the cache
412
will store before it starts deleting
413
some. Used only for SimpleCache and
0 commit comments