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 8366cfc + 00e2985 commit a24094aCopy full SHA for a24094a
1 file changed
src/phpFastCache/Drivers/Apcu/Driver.php
@@ -108,7 +108,7 @@ protected function driverDelete(CacheItemInterface $item)
108
*/
109
protected function driverClear()
110
{
111
- return @apcu_clear_cache() && @apcu_clear_cache('user');
+ return @apcu_clear_cache() && @apcu_clear_cache();
112
}
113
114
/**
0 commit comments