File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
components/cache/adapters Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
APCu Cache Adapter
8
8
==================
9
9
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.
13
13
14
14
.. caution ::
15
15
16
16
**Requirement: ** The `APCu extension `_ must be installed and active to use
17
17
this adapter.
18
18
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::
21
21
22
22
use Symfony\Component\Cache\Adapter\ApcuAdapter;
23
23
@@ -47,4 +47,4 @@ items version string as constructor arguments::
47
47
means cache operations (such as additions, deletions, etc) using the CLI will not be
48
48
available under the FPM or CGI SAPIs.
49
49
50
- .. _`APCu extension` : https://pecl.php.net/package/APCu
50
+ .. _`APCu extension` : https://pecl.php.net/package/APCu
You can’t perform that action at this time.
0 commit comments