From a9ac58a44e5fc6a355df7b5f69df6f44da29d764 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Wed, 29 May 2019 14:22:59 +0200 Subject: [PATCH] Fixed typo This make sure Yaml, XML and PHP configs are consistant. --- cache.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache.rst b/cache.rst index f53dc3a8352..efd055801e3 100644 --- a/cache.rst +++ b/cache.rst @@ -215,7 +215,7 @@ You can also create more customized pools: # uses the "foobar.cache" pool as its backend but controls # the lifetime and (like all pools) has a separate cache namespace short_cache: - adapter: cache.foobar + adapter: foobar.cache default_lifetime: 60 .. code-block:: xml