Skip to content

Commit a24094a

Browse files
authored
Merge pull request #451 from Geolim4/final
Fixed #450
2 parents 8366cfc + 00e2985 commit a24094a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phpFastCache/Drivers/Apcu/Driver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ protected function driverDelete(CacheItemInterface $item)
108108
*/
109109
protected function driverClear()
110110
{
111-
return @apcu_clear_cache() && @apcu_clear_cache('user');
111+
return @apcu_clear_cache() && @apcu_clear_cache();
112112
}
113113

114114
/**

0 commit comments

Comments
 (0)