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.
2 parents 64638b2 + baefdbe commit c35c02aCopy full SHA for c35c02a
1 file changed
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