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