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::
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+
4142The PhpFilesAdapter can optionally be provided a namespace, default cache lifetime, and cache
4243directory path as constructor arguments::
4344
You can’t perform that action at this time.
0 commit comments