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 e892a5c commit 601e2d2Copy full SHA for 601e2d2
1 file changed
lib/Phpfastcache/Util/Directory.php
@@ -86,6 +86,7 @@ public static function rrmdir(string $source, bool $removeOnlyChildren = false):
86
}
87
88
if (\is_file($source) || \is_link($source)) {
89
+ \clearstatcache(true, $source);
90
return \unlink($source);
91
92
0 commit comments