Skip to content

Commit eb70a36

Browse files
Wrapped long lines
1 parent ea29252 commit eb70a36

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/cache/adapters/apcu_adapter.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
APCu Cache Adapter
88
==================
99

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

1414
.. caution::
1515

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

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

2222
use Symfony\Component\Cache\Adapter\ApcuAdapter;
2323

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

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

0 commit comments

Comments
 (0)