Skip to content

Commit 6a2191a

Browse files
authored
Update cache type names in index.rst (#547)
Co-authored-by: Tiantian Lu <[email protected]>
1 parent 3c66171 commit 6a2191a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,8 @@ The following configuration values exist for Flask-Caching:
406406
deletion process will be ignored. However, if
407407
it is set to ``False`` it will stop on the
408408
first error. This option is only relevant for
409-
the backends **filesystem** and **simple**.
410-
Defaults to ``False``.
409+
the backends **FileSystemCache** and
410+
**SimpleCache**. Defaults to ``False``.
411411
``CACHE_THRESHOLD`` The maximum number of items the cache
412412
will store before it starts deleting
413413
some. Used only for SimpleCache and

0 commit comments

Comments
 (0)