docs: Update cache.mdx, add needed space (#30333)

This commit is contained in:
varfigstar
2024-09-19 23:05:21 +05:00
committed by GitHub
parent 6c2bd2a968
commit 186e75f9b2

View File

@@ -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`.