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
Next Next commit
Wrapped long lines
  • Loading branch information
javiereguiluz authored Jan 23, 2018
commit eb70a365ee34aa47997694da9aedf615a5c443bd
12 changes: 6 additions & 6 deletions components/cache/adapters/apcu_adapter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
APCu Cache Adapter
==================

This adapter is a high-performance, shared memory cache. It can *significantly* increase
an application's performance, as its cache contents are stored in shared memory, a component
appreciably faster than many others, such as the filesystem.
This adapter is a high-performance, shared memory cache. It can *significantly*
increase an application's performance, as its cache contents are stored in shared
memory, a component appreciably faster than many others, such as the filesystem.

.. caution::

**Requirement:** The `APCu extension`_ must be installed and active to use
this adapter.

The ApcuAdapter can optionally be provided a namespace, default cache lifetime, and cache
items version string as constructor arguments::
The ApcuAdapter can optionally be provided a namespace, default cache lifetime,
and cache items version string as constructor arguments::

use Symfony\Component\Cache\Adapter\ApcuAdapter;

Expand Down Expand Up @@ -47,4 +47,4 @@ items version string as constructor arguments::
means cache operations (such as additions, deletions, etc) using the CLI will not be
available under the FPM or CGI SAPIs.

.. _`APCu extension`: https://pecl.php.net/package/APCu
.. _`APCu extension`: https://pecl.php.net/package/APCu