From efc4e002dbe9186775ab2a98eb920e948c8ca6ef Mon Sep 17 00:00:00 2001 From: varfigstar <61786377+varfigstar@users.noreply.github.com> Date: Thu, 19 Sep 2024 23:05:21 +0500 Subject: [PATCH] docs: Update cache.mdx, add needed space (#30333) --- docs/docs/configuration/cache.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/cache.mdx b/docs/docs/configuration/cache.mdx index d29f93d0a9639..34170cc4d34bf 100644 --- a/docs/docs/configuration/cache.mdx +++ b/docs/docs/configuration/cache.mdx @@ -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`.