Skip to content

Commit

Permalink
docs: Update cache.mdx, add needed space (#30333)
Browse files Browse the repository at this point in the history
  • Loading branch information
varfigstar committed Sep 19, 2024
1 parent 6c2bd2a commit 186e75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/configuration/cache.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SimpleCache (in-memory), or the local filesystem.
are also supported.

Caching can be configured by providing a dictionaries in
`superset_config.py` that comply with[the Flask-Caching config specifications](https://flask-caching.readthedocs.io/en/latest/#configuring-flask-caching).
`superset_config.py` that comply with [the Flask-Caching config specifications](https://flask-caching.readthedocs.io/en/latest/#configuring-flask-caching).

The following cache configurations can be customized in this way:
- Dashboard filter state (required): `FILTER_STATE_CACHE_CONFIG`.
Expand Down

0 comments on commit 186e75f

Please sign in to comment.