cache: s/delete/remove/
This commit is contained in:
parent
165be5b389
commit
b767824711
17 changed files with 23 additions and 23 deletions
|
|
@ -1332,7 +1332,7 @@ Deletes this user object out of the cache.
|
|||
|
||||
sub uncache {
|
||||
my $self = shift;
|
||||
$self->session->cache->delete($self->userId);
|
||||
$self->session->cache->remove($self->userId);
|
||||
}
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue