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 77APCu 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
You can’t perform that action at this time.
0 commit comments