Skip to content

Commit

Permalink
Merge pull request #1 from aoberoi/patch-1
Browse files Browse the repository at this point in the history
Clear user cache when using APCStorage
  • Loading branch information
olvlvl committed Feb 27, 2015
2 parents 10dcc52 + 754eb5e commit a525be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/APCStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function eliminate($key)
*/
public function clear()
{
apc_clear_cache();
apc_clear_cache('user');
}

/**
Expand Down

0 comments on commit a525be4

Please sign in to comment.