Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[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 2 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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.