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 8b2d7c0 commit baefdbeCopy full SHA for baefdbe
lib/Phpfastcache/Drivers/Apc/Driver.php
@@ -117,7 +117,7 @@ protected function driverDelete(CacheItemInterface $item): bool
117
*/
118
protected function driverClear(): bool
119
{
120
- return @apc_clear_cache() && @apc_clear_cache('user');
+ return @apc_clear_cache() || @apc_clear_cache('user');
121
}
122
123
/********************
0 commit comments