Skip to content

Commit 9912293

Browse files
committed
Minor reword
1 parent 3476be0 commit 9912293

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

components/cache/adapters/php_files_adapter.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@ file similar to the following::
3232
As cache items are included and parsed as native PHP code and due to the way `OPcache`_
3333
handles file includes, this adapter has the potential to be much faster than other
3434
filesystem-based caches.
35-
35+
3636
.. caution::
37-
If you have configured Opcache to not check the files timestamps
38-
(see https://symfony.com/doc/current/performance.html#performance-dont-check-timestamps),
39-
the cached items will not not be invalidated unless you clear the opcache.
40-
37+
38+
If you have configured OPcache to
39+
:ref:`not check the file timestamps <performance-dont-check-timestamps>`
40+
the cached items will not not be invalidated unless you clear OPcache.
41+
4142
The PhpFilesAdapter can optionally be provided a namespace, default cache lifetime, and cache
4243
directory path as constructor arguments::
4344

0 commit comments

Comments
 (0)