reference/opcache/functions/opcache-is-script-cached.xml
50b104c116f6b1798e36bf2f56b1fa023b8a7a92
...
...
@@ -15,6 +15,7 @@
15
15
<para>
16
16
This function checks if a PHP script has been cached in OPCache. This can be
17
17
used to more easily detect the "warming" of the cache for a particular script.
18
+
This function only checks in-memory cache, not file cache.
18
19
</para>
19
20
</refsect1>
20
21

21
22