8000 [Cache] Document (filesystem|phpfiles|pdo|chain) cache (adapter|simple) prune method and prune command by robfrawley · Pull Request #8209 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Cache] Document (filesystem|phpfiles|pdo|chain) cache (adapter|simple) prune method and prune command #8209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
F18D
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed a typo
  • Loading branch information
javiereguiluz authored Jan 23, 2018
commit 5bea1e6c8b58700a2d186fbf63a90962d8e70906
2 changes: 1 addition & 1 deletion components/cache/adapters/chain_adapter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Chain Cache Adapter
This adapter allows combining any number of the other
:ref:`available cache adapters <component-cache-creating-cache-pools>`. Cache items are
fetched from the first adapter containing them and cache items are saved to all the
given adapters. This exposes a simple and efficient method for creating a layeted cache.
given adapters. This exposes a simple and efficient method for creating a layered cache.

The ChainAdapter must be provided an array of adapters and optionally a maximum cache
lifetime as its constructor arguments::
Expand Down
0