diff --git a/reference/filesystem/functions/touch.xml b/reference/filesystem/functions/touch.xml
index ea0e2f9e2055..086238d9d79a 100644
--- a/reference/filesystem/functions/touch.xml
+++ b/reference/filesystem/functions/touch.xml
@@ -135,16 +135,7 @@ if (!touch('some_file.txt', $time)) {
&reftitle.notes;
¬e.filesystem-time-res;
-
-
- Updates to the mtime or atime
- of a file will not be reflected immediately in filesystem operations
- such as filemtime. That's because the information
- is cached, and this function does not automatically clear the cache.
- To have changes reflected in the application immediately, call
- clearstatcache on the file.
-
-
+ ¬e.clearstatcache;