Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c792584

Browse files
committed
minor #11622 [Cache] Fixed typo (Nyholm)
This PR was merged into the 4.2 branch. Discussion ---------- [Cache] Fixed typo This make sure Yaml, XML and PHP configs are consistant. Commits ------- a9ac58a Fixed typo
2 parents 9a5d3db + a9ac58a commit c792584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ You can also create more customized pools:
215215
# uses the "foobar.cache" pool as its backend but controls
216216
# the lifetime and (like all pools) has a separate cache namespace
217217
short_cache:
218-
adapter: cache.foobar
218+
adapter: foobar.cache
219219
default_lifetime: 60
220220
221221
.. code-block:: xml

0 commit comments

Comments
 (0)