Skip to content

Commit c45ff85

Browse files
committed
Fixed #450
1 parent 2e4d211 commit c45ff85

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)