File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
components/cache/adapters Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,13 @@ file similar to the following::
32
32
As cache items are included and parsed as native PHP code and due to the way `OPcache `_
33
33
handles file includes, this adapter has the potential to be much faster than other
34
34
filesystem-based caches.
35
-
35
+
36
36
.. 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
+
41
42
The PhpFilesAdapter can optionally be provided a namespace, default cache lifetime, and cache
42
43
directory path as constructor arguments::
43
44
You can’t perform that action at this time.
0 commit comments