We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6b216 commit a886416Copy full SHA for a886416
components/cache/adapters/php_files_adapter.rst
@@ -32,7 +32,12 @@ file similar to the following::
32
As cache items are included and parsed as native PHP code and due to the way `OPcache`_
33
handles file includes, this adapter has the potential to be much faster than other
34
filesystem-based caches.
35
-
+
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
41
The PhpFilesAdapter can optionally be provided a namespace, default cache lifetime, and cache
42
directory path as constructor arguments::
43
0 commit comments