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
Diff view
Diff view
Prev Previous commit
Typo
  • Loading branch information
javiereguiluz authored Jan 23, 2018
commit 54a1e62569f30cc589f9330ef09009a29ed0cd9e
2 changes: 1 addition & 1 deletion components/cache/cache_pools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ allowing manual removal of stale cache items::

The :ref:`ChainAdapter <component-cache-chain-adapter>` implementation does not directly
contain any pruning logic itself. Instead, when calling the chain adapter's
:method:`Symfony\\Component\\Cache\\ChainAdapter::prune` method, the call is deligated to all
:method:`Symfony\\Component\\Cache\\ChainAdapter::prune` method, the call is delegated to all
its compatibe cache adapters (and those that do not implement ``PruneableInterface`` are
silently ignored)::

Expand Down
0